Html Css Color HEX #DEB305 Sunflower

📋 copy color: '#DEB305'

red 222 ◦ green 179 ◦ blue 5

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

Shades of Sunflower #DEB305

Tints of Sunflower #DEB305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

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

R = 54.68%
G = 44.09%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEB305 (or 0xDEB305) is known color: Sunflower. HEX triplet: DE, B3 and 05. RGB value is (222,179,5). Sum of RGB (Red+Green+Blue) = 222+179+5=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB305 is #214CFA. Grayscale: #ACACAC. Windows color (decimal): -2182395 or 373726. OLE color: 373726.

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

Color convert

RGB 222 179 5 -
CMYK 0 0.19 0.98 0.13
HSL 48.11º 0.96% 0.45% -
HSV(B) 48.11º 0.98% 0.87% -
XYZ 46.27 47.78 6.93 -
YUV 172.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 222 179 5 0 0.19 0.98 0.13 48.11 0.96 0.45
Hex DE B3 5 0 13 62 D 30 60 2D
Octal 336 263 5 0 23 142 15 60 140 55
Binary 11011110 10110011 101 0 10011 1100010 1101 110000 1100000 101101

Color Harmonies of #DEB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB305

Black with #DEB305

Text Example


Text Example

White with #DEB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB305; }

 p { color: rgb(222,179,5); }

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

background-color css

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

 a { background-color: rgb(222,179,5); }

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

border-color css

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

 span { border-color: rgb(222,179,5); }

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