Html Css Color HEX #CECC0A Bird Flower

📋 copy color: '#CECC0A'

red 206 ◦ green 204 ◦ blue 10

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

Shades of Bird Flower #CECC0A

Tints of Bird Flower #CECC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 49.05%
G = 48.57%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CECC0A (or 0xCECC0A) is known color: Bird Flower. HEX triplet: CE, CC and 0A. RGB value is (206,204,10). Sum of RGB (Red+Green+Blue) = 206+204+10=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC0A is #3133F5. Grayscale: #B7B7B7. Windows color (decimal): -3224566 or 707790. OLE color: 707790.

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

Color convert

RGB 206 204 10 -
CMYK 0 0.01 0.95 0.19
HSL 59.39º 0.91% 0.42% -
HSV(B) 59.39º 0.95% 0.81% -
XYZ 47.1 56.33 8.68 -
YUV 182.48 30.66 144.77 -
System Red Green Blue C M Y K H S L
Decimal 206 204 10 0 0.01 0.95 0.19 59.39 0.91 0.42
Hex CE CC A 0 1 5F 13 3B 5B 2A
Octal 316 314 12 0 1 137 23 73 133 52
Binary 11001110 11001100 1010 0 1 1011111 10011 111011 1011011 101010

Color Harmonies of #CECC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC0A

Black with #CECC0A

Text Example


Text Example

White with #CECC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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