Html Css Color HEX #CECB05 Bird Flower

📋 copy color: '#CECB05'

red 206 ◦ green 203 ◦ blue 5

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

Shades of Bird Flower #CECB05

Tints of Bird Flower #CECB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.03%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 49.76%
G = 49.03%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CECB05 (or 0xCECB05) is known color: Bird Flower. HEX triplet: CE, CB and 05. RGB value is (206,203,5). Sum of RGB (Red+Green+Blue) = 206+203+5=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB05 is #3134FA. Grayscale: #B6B6B6. Windows color (decimal): -3224827 or 379854. OLE color: 379854.

HSL color Cylindrical-coordinate representation of color #CECB05: hue angle of 59.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CECB05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 5 -
CMYK 0 0.01 0.98 0.19
HSL 59.1º 0.95% 0.41% -
HSV(B) 59.1º 0.98% 0.81% -
XYZ 46.84 55.84 8.45 -
YUV 181.33 28.49 145.6 -
System Red Green Blue C M Y K H S L
Decimal 206 203 5 0 0.01 0.98 0.19 59.1 0.95 0.41
Hex CE CB 5 0 1 62 13 3B 5F 29
Octal 316 313 5 0 1 142 23 73 137 51
Binary 11001110 11001011 101 0 1 1100010 10011 111011 1011111 101001

Color Harmonies of #CECB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB05

Black with #CECB05

Text Example


Text Example

White with #CECB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB05; }

 p { color: rgb(206,203,5); }

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

background-color css

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

 a { background-color: rgb(206,203,5); }

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

border-color css

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

 span { border-color: rgb(206,203,5); }

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