Html Css Color HEX #CEB812 Bird Flower

📋 copy color: '#CEB812'

red 206 ◦ green 184 ◦ blue 18

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

Shades of Bird Flower #CEB812

Tints of Bird Flower #CEB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 50.49%
G = 45.1%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB812 (or 0xCEB812) is known color: Bird Flower. HEX triplet: CE, B8 and 12. RGB value is (206,184,18). Sum of RGB (Red+Green+Blue) = 206+184+18=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB812 is #3147ED. Grayscale: #ACACAC. Windows color (decimal): -3229678 or 1226958. OLE color: 1226958.

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

Color convert

RGB 206 184 18 -
CMYK 0 0.11 0.91 0.19
HSL 52.98º 0.84% 0.44% -
HSV(B) 52.98º 0.91% 0.81% -
XYZ 42.7 47.45 7.48 -
YUV 171.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 206 184 18 0 0.11 0.91 0.19 52.98 0.84 0.44
Hex CE B8 12 0 B 5B 13 35 54 2C
Octal 316 270 22 0 13 133 23 65 124 54
Binary 11001110 10111000 10010 0 1011 1011011 10011 110101 1010100 101100

Color Harmonies of #CEB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB812

Black with #CEB812

Text Example


Text Example

White with #CEB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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