Html Css Color HEX #CEB505 Bird Flower

📋 copy color: '#CEB505'

red 206 ◦ green 181 ◦ blue 5

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

Shades of Bird Flower #CEB505

Tints of Bird Flower #CEB505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 52.55%
G = 46.17%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEB505 (or 0xCEB505) is known color: Bird Flower. HEX triplet: CE, B5 and 05. RGB value is (206,181,5). Sum of RGB (Red+Green+Blue) = 206+181+5=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB505 is #314AFA. Grayscale: #A9A9A9. Windows color (decimal): -3230459 or 374222. OLE color: 374222.

HSL color Cylindrical-coordinate representation of color #CEB505: hue angle of 52.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEB505 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 5 -
CMYK 0 0.12 0.98 0.19
HSL 52.54º 0.95% 0.41% -
HSV(B) 52.54º 0.98% 0.81% -
XYZ 42 46.18 6.84 -
YUV 168.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 206 181 5 0 0.12 0.98 0.19 52.54 0.95 0.41
Hex CE B5 5 0 C 62 13 35 5F 29
Octal 316 265 5 0 14 142 23 65 137 51
Binary 11001110 10110101 101 0 1100 1100010 10011 110101 1011111 101001

Color Harmonies of #CEB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB505

Black with #CEB505

Text Example


Text Example

White with #CEB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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