Html Css Color HEX #CEB404 Bird Flower

📋 copy color: '#CEB404'

red 206 ◦ green 180 ◦ blue 4

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

Shades of Bird Flower #CEB404

Tints of Bird Flower #CEB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.15%

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

R = 52.82%
G = 46.15%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEB404 (or 0xCEB404) is known color: Bird Flower. HEX triplet: CE, B4 and 04. RGB value is (206,180,4). Sum of RGB (Red+Green+Blue) = 206+180+4=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB404 is #314BFB. Grayscale: #A8A8A8. Windows color (decimal): -3230716 or 308430. OLE color: 308430.

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

Color convert

RGB 206 180 4 -
CMYK 0 0.13 0.98 0.19
HSL 52.28º 0.96% 0.41% -
HSV(B) 52.28º 0.98% 0.81% -
XYZ 41.8 45.77 6.75 -
YUV 167.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 206 180 4 0 0.13 0.98 0.19 52.28 0.96 0.41
Hex CE B4 4 0 D 62 13 34 60 29
Octal 316 264 4 0 15 142 23 64 140 51
Binary 11001110 10110100 100 0 1101 1100010 10011 110100 1100000 101001

Color Harmonies of #CEB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB404

Black with #CEB404

Text Example


Text Example

White with #CEB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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