Html Css Color HEX #CEB904 Bird Flower

📋 copy color: '#CEB904'

red 206 ◦ green 185 ◦ blue 4

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

Shades of Bird Flower #CEB904

Tints of Bird Flower #CEB904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 52.15%
G = 46.84%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEB904 (or 0xCEB904) is known color: Bird Flower. HEX triplet: CE, B9 and 04. RGB value is (206,185,4). Sum of RGB (Red+Green+Blue) = 206+185+4=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB904 is #3146FB. Grayscale: #ABABAB. Windows color (decimal): -3229436 or 309710. OLE color: 309710.

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

Color convert

RGB 206 185 4 -
CMYK 0 0.10 0.98 0.19
HSL 53.76º 0.96% 0.41% -
HSV(B) 53.76º 0.98% 0.81% -
XYZ 42.82 47.83 7.09 -
YUV 170.65 33.96 153.22 -
System Red Green Blue C M Y K H S L
Decimal 206 185 4 0 0.10 0.98 0.19 53.76 0.96 0.41
Hex CE B9 4 0 A 62 13 36 60 29
Octal 316 271 4 0 12 142 23 66 140 51
Binary 11001110 10111001 100 0 1010 1100010 10011 110110 1100000 101001

Color Harmonies of #CEB904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB904

Black with #CEB904

Text Example


Text Example

White with #CEB904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB904; }

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

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

background-color css

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

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

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

border-color css

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

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

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