Html Css Color HEX #CEB112 Bird Flower

📋 copy color: '#CEB112'

red 206 ◦ green 177 ◦ blue 18

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

Shades of Bird Flower #CEB112

Tints of Bird Flower #CEB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

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

R = 51.37%
G = 44.14%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB112 (or 0xCEB112) is known color: Bird Flower. HEX triplet: CE, B1 and 12. RGB value is (206,177,18). Sum of RGB (Red+Green+Blue) = 206+177+18=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB112 is #314EED. Grayscale: #A8A8A8. Windows color (decimal): -3231470 or 1225166. OLE color: 1225166.

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

Color convert

RGB 206 177 18 -
CMYK 0 0.14 0.91 0.19
HSL 50.74º 0.84% 0.44% -
HSV(B) 50.74º 0.91% 0.81% -
XYZ 41.28 44.61 7.01 -
YUV 167.55 43.61 155.43 -
System Red Green Blue C M Y K H S L
Decimal 206 177 18 0 0.14 0.91 0.19 50.74 0.84 0.44
Hex CE B1 12 0 E 5B 13 33 54 2C
Octal 316 261 22 0 16 133 23 63 124 54
Binary 11001110 10110001 10010 0 1110 1011011 10011 110011 1010100 101100

Color Harmonies of #CEB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB112

Black with #CEB112

Text Example


Text Example

White with #CEB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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