Html Css Color HEX #CECC07 Bird Flower

📋 copy color: '#CECC07'

red 206 ◦ green 204 ◦ blue 7

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

Shades of Bird Flower #CECC07

Tints of Bird Flower #CECC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 49.4%
G = 48.92%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CECC07 (or 0xCECC07) is known color: Bird Flower. HEX triplet: CE, CC and 07. RGB value is (206,204,7). Sum of RGB (Red+Green+Blue) = 206+204+7=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC07 is #3133F8. Grayscale: #B6B6B6. Windows color (decimal): -3224569 or 511182. OLE color: 511182.

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

Color convert

RGB 206 204 7 -
CMYK 0 0.01 0.97 0.19
HSL 59.4º 0.93% 0.42% -
HSV(B) 59.4º 0.97% 0.81% -
XYZ 47.08 56.32 8.59 -
YUV 182.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 206 204 7 0 0.01 0.97 0.19 59.4 0.93 0.42
Hex CE CC 7 0 1 61 13 3B 5D 2A
Octal 316 314 7 0 1 141 23 73 135 52
Binary 11001110 11001100 111 0 1 1100001 10011 111011 1011101 101010

Color Harmonies of #CECC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC07

Black with #CECC07

Text Example


Text Example

White with #CECC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC07; }

 p { color: rgb(206,204,7); }

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

background-color css

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

 a { background-color: rgb(206,204,7); }

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

border-color css

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

 span { border-color: rgb(206,204,7); }

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