Html Css Color HEX #CEC712 Bird Flower

📋 copy color: '#CEC712'

red 206 ◦ green 199 ◦ blue 18

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

Shades of Bird Flower #CEC712

Tints of Bird Flower #CEC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

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

R = 48.7%
G = 47.04%
B = 4.26%

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

#CEC712 (or 0xCEC712) is known color: Bird Flower. HEX triplet: CE, C7 and 12. RGB value is (206,199,18). Sum of RGB (Red+Green+Blue) = 206+199+18=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC712 is #3138ED. Grayscale: #B5B5B5. Windows color (decimal): -3225838 or 1230798. OLE color: 1230798.

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

Color convert

RGB 206 199 18 -
CMYK 0 0.03 0.91 0.19
HSL 57.77º 0.84% 0.44% -
HSV(B) 57.77º 0.91% 0.81% -
XYZ 45.99 54.01 8.57 -
YUV 180.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 206 199 18 0 0.03 0.91 0.19 57.77 0.84 0.44
Hex CE C7 12 0 3 5B 13 3A 54 2C
Octal 316 307 22 0 3 133 23 72 124 54
Binary 11001110 11000111 10010 0 11 1011011 10011 111010 1010100 101100

Color Harmonies of #CEC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC712

Black with #CEC712

Text Example


Text Example

White with #CEC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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