Html Css Color HEX #CEC412 Bird Flower

📋 copy color: '#CEC412'

red 206 ◦ green 196 ◦ blue 18

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

Shades of Bird Flower #CEC412

Tints of Bird Flower #CEC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 49.05%
G = 46.67%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC412 (or 0xCEC412) is known color: Bird Flower. HEX triplet: CE, C4 and 12. RGB value is (206,196,18). Sum of RGB (Red+Green+Blue) = 206+196+18=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC412 is #313BED. Grayscale: #B3B3B3. Windows color (decimal): -3226606 or 1230030. OLE color: 1230030.

HSL color Cylindrical-coordinate representation of color #CEC412: hue angle of 56.81º 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 #CEC412 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 18 -
CMYK 0 0.05 0.91 0.19
HSL 56.81º 0.84% 0.44% -
HSV(B) 56.81º 0.91% 0.81% -
XYZ 45.3 52.65 8.35 -
YUV 178.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 206 196 18 0 0.05 0.91 0.19 56.81 0.84 0.44
Hex CE C4 12 0 5 5B 13 39 54 2C
Octal 316 304 22 0 5 133 23 71 124 54
Binary 11001110 11000100 10010 0 101 1011011 10011 111001 1010100 101100

Color Harmonies of #CEC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC412

Black with #CEC412

Text Example


Text Example

White with #CEC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC412; }

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

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

background-color css

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

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

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

border-color css

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

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

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