Html Css Color HEX #DEB104 Sunflower

📋 copy color: '#DEB104'

red 222 ◦ green 177 ◦ blue 4

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

Shades of Sunflower #DEB104

Tints of Sunflower #DEB104

RGB

 RED value IS 222 (87.11% from 255) = 55.09%

 GREEN value IS 177 (69.53% from 255) = 43.92%

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

R = 55.09%
G = 43.92%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEB104 (or 0xDEB104) is known color: Sunflower. HEX triplet: DE, B1 and 04. RGB value is (222,177,4). Sum of RGB (Red+Green+Blue) = 222+177+4=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB104 is #214EFB. Grayscale: #ABABAB. Windows color (decimal): -2182908 or 307678. OLE color: 307678.

HSL color Cylindrical-coordinate representation of color #DEB104: hue angle of 47.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEB104 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 4 -
CMYK 0 0.20 0.98 0.13
HSL 47.61º 0.96% 0.44% -
HSV(B) 47.61º 0.98% 0.87% -
XYZ 45.87 46.98 6.77 -
YUV 170.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 222 177 4 0 0.20 0.98 0.13 47.61 0.96 0.44
Hex DE B1 4 0 14 62 D 30 60 2C
Octal 336 261 4 0 24 142 15 60 140 54
Binary 11011110 10110001 100 0 10100 1100010 1101 110000 1100000 101100

Color Harmonies of #DEB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB104

Black with #DEB104

Text Example


Text Example

White with #DEB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB104; }

 p { color: rgb(222,177,4); }

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

background-color css

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

 a { background-color: rgb(222,177,4); }

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

border-color css

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

 span { border-color: rgb(222,177,4); }

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