Html Css Color HEX #CEC812 Bird Flower

📋 copy color: '#CEC812'

red 206 ◦ green 200 ◦ blue 18

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

Shades of Bird Flower #CEC812

Tints of Bird Flower #CEC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 48.58%
G = 47.17%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC812 (or 0xCEC812) is known color: Bird Flower. HEX triplet: CE, C8 and 12. RGB value is (206,200,18). Sum of RGB (Red+Green+Blue) = 206+200+18=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC812 is #3137ED. Grayscale: #B5B5B5. Windows color (decimal): -3225582 or 1231054. OLE color: 1231054.

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

Color convert

RGB 206 200 18 -
CMYK 0 0.03 0.91 0.19
HSL 58.09º 0.84% 0.44% -
HSV(B) 58.09º 0.91% 0.81% -
XYZ 46.22 54.47 8.65 -
YUV 181.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 206 200 18 0 0.03 0.91 0.19 58.09 0.84 0.44
Hex CE C8 12 0 3 5B 13 3A 54 2C
Octal 316 310 22 0 3 133 23 72 124 54
Binary 11001110 11001000 10010 0 11 1011011 10011 111010 1010100 101100

Color Harmonies of #CEC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC812

Black with #CEC812

Text Example


Text Example

White with #CEC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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