Html Css Color HEX #CEB711 Bird Flower

📋 copy color: '#CEB711'

red 206 ◦ green 183 ◦ blue 17

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

Shades of Bird Flower #CEB711

Tints of Bird Flower #CEB711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

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

R = 50.74%
G = 45.07%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEB711 (or 0xCEB711) is known color: Bird Flower. HEX triplet: CE, B7 and 11. RGB value is (206,183,17). Sum of RGB (Red+Green+Blue) = 206+183+17=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB711 is #3148EE. Grayscale: #ABABAB. Windows color (decimal): -3229935 or 1161166. OLE color: 1161166.

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

Color convert

RGB 206 183 17 -
CMYK 0 0.11 0.92 0.19
HSL 52.7º 0.85% 0.44% -
HSV(B) 52.7º 0.92% 0.81% -
XYZ 42.49 47.03 7.37 -
YUV 170.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 206 183 17 0 0.11 0.92 0.19 52.7 0.85 0.44
Hex CE B7 11 0 B 5C 13 35 55 2C
Octal 316 267 21 0 13 134 23 65 125 54
Binary 11001110 10110111 10001 0 1011 1011100 10011 110101 1010101 101100

Color Harmonies of #CEB711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB711

Black with #CEB711

Text Example


Text Example

White with #CEB711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB711; }

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

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

background-color css

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

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

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

border-color css

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

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

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