Html Css Color HEX #CEB908 Bird Flower

📋 copy color: '#CEB908'

red 206 ◦ green 185 ◦ blue 8

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

Shades of Bird Flower #CEB908

Tints of Bird Flower #CEB908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 51.63%
G = 46.37%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB908 (or 0xCEB908) is known color: Bird Flower. HEX triplet: CE, B9 and 08. RGB value is (206,185,8). Sum of RGB (Red+Green+Blue) = 206+185+8=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB908 is #3146F7. Grayscale: #ABABAB. Windows color (decimal): -3229432 or 571854. OLE color: 571854.

HSL color Cylindrical-coordinate representation of color #CEB908: hue angle of 53.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEB908 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 8 -
CMYK 0 0.10 0.96 0.19
HSL 53.64º 0.93% 0.42% -
HSV(B) 53.64º 0.96% 0.81% -
XYZ 42.85 47.84 7.2 -
YUV 171.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 206 185 8 0 0.10 0.96 0.19 53.64 0.93 0.42
Hex CE B9 8 0 A 60 13 36 5D 2A
Octal 316 271 10 0 12 140 23 66 135 52
Binary 11001110 10111001 1000 0 1010 1100000 10011 110110 1011101 101010

Color Harmonies of #CEB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB908

Black with #CEB908

Text Example


Text Example

White with #CEB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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