Html Css Color HEX #CEB910 Bird Flower

📋 copy color: '#CEB910'

red 206 ◦ green 185 ◦ blue 16

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

Shades of Bird Flower #CEB910

Tints of Bird Flower #CEB910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 50.61%
G = 45.45%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEB910 (or 0xCEB910) is known color: Bird Flower. HEX triplet: CE, B9 and 10. RGB value is (206,185,16). Sum of RGB (Red+Green+Blue) = 206+185+16=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB910 is #3146EF. Grayscale: #ACACAC. Windows color (decimal): -3229424 or 1096142. OLE color: 1096142.

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

Color convert

RGB 206 185 16 -
CMYK 0 0.10 0.92 0.19
HSL 53.37º 0.86% 0.44% -
HSV(B) 53.37º 0.92% 0.81% -
XYZ 42.9 47.86 7.47 -
YUV 172.01 39.96 152.24 -
System Red Green Blue C M Y K H S L
Decimal 206 185 16 0 0.10 0.92 0.19 53.37 0.86 0.44
Hex CE B9 10 0 A 5C 13 35 56 2C
Octal 316 271 20 0 12 134 23 65 126 54
Binary 11001110 10111001 10000 0 1010 1011100 10011 110101 1010110 101100

Color Harmonies of #CEB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB910

Black with #CEB910

Text Example


Text Example

White with #CEB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB910; }

 p { color: rgb(206,185,16); }

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

background-color css

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

 a { background-color: rgb(206,185,16); }

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

border-color css

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

 span { border-color: rgb(206,185,16); }

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