Html Css Color HEX #CEB508 Bird Flower

📋 copy color: '#CEB508'

red 206 ◦ green 181 ◦ blue 8

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

Shades of Bird Flower #CEB508

Tints of Bird Flower #CEB508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

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

R = 52.15%
G = 45.82%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB508 (or 0xCEB508) is known color: Bird Flower. HEX triplet: CE, B5 and 08. RGB value is (206,181,8). Sum of RGB (Red+Green+Blue) = 206+181+8=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB508 is #314AF7. Grayscale: #A9A9A9. Windows color (decimal): -3230456 or 570830. OLE color: 570830.

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

Color convert

RGB 206 181 8 -
CMYK 0 0.12 0.96 0.19
HSL 52.42º 0.93% 0.42% -
HSV(B) 52.42º 0.96% 0.81% -
XYZ 42.02 46.19 6.93 -
YUV 168.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 206 181 8 0 0.12 0.96 0.19 52.42 0.93 0.42
Hex CE B5 8 0 C 60 13 34 5D 2A
Octal 316 265 10 0 14 140 23 64 135 52
Binary 11001110 10110101 1000 0 1100 1100000 10011 110100 1011101 101010

Color Harmonies of #CEB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB508

Black with #CEB508

Text Example


Text Example

White with #CEB508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB508; }

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

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

background-color css

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

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

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

border-color css

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

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

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