Html Css Color HEX #CEB512 Bird Flower

📋 copy color: '#CEB512'

red 206 ◦ green 181 ◦ blue 18

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

Shades of Bird Flower #CEB512

Tints of Bird Flower #CEB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

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

R = 50.86%
G = 44.69%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB512 (or 0xCEB512) is known color: Bird Flower. HEX triplet: CE, B5 and 12. RGB value is (206,181,18). Sum of RGB (Red+Green+Blue) = 206+181+18=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB512 is #314AED. Grayscale: #AAAAAA. Windows color (decimal): -3230446 or 1226190. OLE color: 1226190.

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

Color convert

RGB 206 181 18 -
CMYK 0 0.12 0.91 0.19
HSL 52.02º 0.84% 0.44% -
HSV(B) 52.02º 0.91% 0.81% -
XYZ 42.09 46.21 7.27 -
YUV 169.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 206 181 18 0 0.12 0.91 0.19 52.02 0.84 0.44
Hex CE B5 12 0 C 5B 13 34 54 2C
Octal 316 265 22 0 14 133 23 64 124 54
Binary 11001110 10110101 10010 0 1100 1011011 10011 110100 1010100 101100

Color Harmonies of #CEB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB512

Black with #CEB512

Text Example


Text Example

White with #CEB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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