Html Css Color HEX #CEC212 Bird Flower

📋 copy color: '#CEC212'

red 206 ◦ green 194 ◦ blue 18

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

Shades of Bird Flower #CEC212

Tints of Bird Flower #CEC212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 49.28%
G = 46.41%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC212 (or 0xCEC212) is known color: Bird Flower. HEX triplet: CE, C2 and 12. RGB value is (206,194,18). Sum of RGB (Red+Green+Blue) = 206+194+18=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC212 is #313DED. Grayscale: #B2B2B2. Windows color (decimal): -3227118 or 1229518. OLE color: 1229518.

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

Color convert

RGB 206 194 18 -
CMYK 0 0.06 0.91 0.19
HSL 56.17º 0.84% 0.44% -
HSV(B) 56.17º 0.91% 0.81% -
XYZ 44.85 51.75 8.2 -
YUV 177.52 37.98 148.31 -
System Red Green Blue C M Y K H S L
Decimal 206 194 18 0 0.06 0.91 0.19 56.17 0.84 0.44
Hex CE C2 12 0 6 5B 13 38 54 2C
Octal 316 302 22 0 6 133 23 70 124 54
Binary 11001110 11000010 10010 0 110 1011011 10011 111000 1010100 101100

Color Harmonies of #CEC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC212

Black with #CEC212

Text Example


Text Example

White with #CEC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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