Html Css Color HEX #CEB311 Bird Flower

📋 copy color: '#CEB311'

red 206 ◦ green 179 ◦ blue 17

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

Shades of Bird Flower #CEB311

Tints of Bird Flower #CEB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

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

R = 51.24%
G = 44.53%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEB311 (or 0xCEB311) is known color: Bird Flower. HEX triplet: CE, B3 and 11. RGB value is (206,179,17). Sum of RGB (Red+Green+Blue) = 206+179+17=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB311 is #314CEE. Grayscale: #A9A9A9. Windows color (decimal): -3230959 or 1160142. OLE color: 1160142.

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

Color convert

RGB 206 179 17 -
CMYK 0 0.13 0.92 0.19
HSL 51.43º 0.85% 0.44% -
HSV(B) 51.43º 0.92% 0.81% -
XYZ 41.67 45.4 7.1 -
YUV 168.61 42.45 154.67 -
System Red Green Blue C M Y K H S L
Decimal 206 179 17 0 0.13 0.92 0.19 51.43 0.85 0.44
Hex CE B3 11 0 D 5C 13 33 55 2C
Octal 316 263 21 0 15 134 23 63 125 54
Binary 11001110 10110011 10001 0 1101 1011100 10011 110011 1010101 101100

Color Harmonies of #CEB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB311

Black with #CEB311

Text Example


Text Example

White with #CEB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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