Html Css Color HEX #CECB12 Bird Flower

📋 copy color: '#CECB12'

red 206 ◦ green 203 ◦ blue 18

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

Shades of Bird Flower #CECB12

Tints of Bird Flower #CECB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.22%

R = 48.24%
G = 47.54%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CECB12 (or 0xCECB12) is known color: Bird Flower. HEX triplet: CE, CB and 12. RGB value is (206,203,18). Sum of RGB (Red+Green+Blue) = 206+203+18=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB12 is #3134ED. Grayscale: #B7B7B7. Windows color (decimal): -3224814 or 1231822. OLE color: 1231822.

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

Color convert

RGB 206 203 18 -
CMYK 0 0.01 0.91 0.19
HSL 59.04º 0.84% 0.44% -
HSV(B) 59.04º 0.91% 0.81% -
XYZ 46.92 55.88 8.88 -
YUV 182.81 34.99 144.54 -
System Red Green Blue C M Y K H S L
Decimal 206 203 18 0 0.01 0.91 0.19 59.04 0.84 0.44
Hex CE CB 12 0 1 5B 13 3B 54 2C
Octal 316 313 22 0 1 133 23 73 124 54
Binary 11001110 11001011 10010 0 1 1011011 10011 111011 1010100 101100

Color Harmonies of #CECB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB12

Black with #CECB12

Text Example


Text Example

White with #CECB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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