Html Css Color HEX #CEB211 Bird Flower

📋 copy color: '#CEB211'

red 206 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #CEB211

Tints of Bird Flower #CEB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 51.37%
G = 44.39%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEB211 (or 0xCEB211) is known color: Bird Flower. HEX triplet: CE, B2 and 11. RGB value is (206,178,17). Sum of RGB (Red+Green+Blue) = 206+178+17=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB211 is #314DEE. Grayscale: #A8A8A8. Windows color (decimal): -3231215 or 1159886. OLE color: 1159886.

HSL color Cylindrical-coordinate representation of color #CEB211: hue angle of 51.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEB211 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 17 -
CMYK 0 0.14 0.92 0.19
HSL 51.11º 0.85% 0.44% -
HSV(B) 51.11º 0.92% 0.81% -
XYZ 41.48 45 7.03 -
YUV 168.02 42.78 155.09 -
System Red Green Blue C M Y K H S L
Decimal 206 178 17 0 0.14 0.92 0.19 51.11 0.85 0.44
Hex CE B2 11 0 E 5C 13 33 55 2C
Octal 316 262 21 0 16 134 23 63 125 54
Binary 11001110 10110010 10001 0 1110 1011100 10011 110011 1010101 101100

Color Harmonies of #CEB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB211

Black with #CEB211

Text Example


Text Example

White with #CEB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB211; }

 p { color: rgb(206,178,17); }

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

background-color css

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

 a { background-color: rgb(206,178,17); }

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

border-color css

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

 span { border-color: rgb(206,178,17); }

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