Html Css Color HEX #CEDD11 Barberry

📋 copy color: '#CEDD11'

red 206 ◦ green 221 ◦ blue 17

#CEDD11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CEDD11

Tints of Barberry #CEDD11

RGB

 RED value IS 206 (80.86% from 255) = 46.4%

 GREEN value IS 221 (86.72% from 255) = 49.77%

 BLUE value IS 17 (7.03% from 255) = 3.83%

R = 46.4%
G = 49.77%
B = 3.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEDD11 (or 0xCEDD11) is known color: Barberry. HEX triplet: CE, DD and 11. RGB value is (206,221,17). Sum of RGB (Red+Green+Blue) = 206+221+17=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD11 is #3122EE. Grayscale: #C2C2C2. Windows color (decimal): -3220207 or 1170894. OLE color: 1170894.

HSL color Cylindrical-coordinate representation of color #CEDD11: hue angle of 64.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEDD11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 17 -
CMYK 0.07 0 0.92 0.13
HSL 64.41º 0.86% 0.47% -
HSV(B) 64.41º 0.92% 0.87% -
XYZ 51.41 64.88 10.34 -
YUV 193.26 28.53 137.09 -
System Red Green Blue C M Y K H S L
Decimal 206 221 17 0.07 0 0.92 0.13 64.41 0.86 0.47
Hex CE DD 11 7 0 5C D 40 56 2F
Octal 316 335 21 7 0 134 15 100 126 57
Binary 11001110 11011101 10001 111 0 1011100 1101 1000000 1010110 101111

Color Harmonies of #CEDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD11

Black with #CEDD11

Text Example


Text Example

White with #CEDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD11; }

 p { color: rgb(206,221,17); }

 H1.HeaderClassName
 {
   color: #CEDD11;
 }
 .AnyTagClassName
 {
   color: #CEDD11;
 }
</style>

background-color css

<style>
 a { background-color: #CEDD11; }

 a { background-color: rgb(206,221,17); }

 div.DivClassName
 {
   background-color: #CEDD11;
 }
 .BgClassName
 {
   background-color: #CEDD11;
 }
</style>

border-color css

<style>
 span { border-color: #CEDD11; }

 span { border-color: rgb(206,221,17); }

 td.TdClassName
 {
   border-color: #CEDD11;
 }
 .TagClassName
 {
   border-color: #CEDD11;
 }
</style>