Html Css Color HEX #DEB601 Sunflower

📋 copy color: '#DEB601'

red 222 ◦ green 182 ◦ blue 1

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

Shades of Sunflower #DEB601

Tints of Sunflower #DEB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.81%
G = 44.94%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEB601 (or 0xDEB601) is known color: Sunflower. HEX triplet: DE, B6 and 01. RGB value is (222,182,1). Sum of RGB (Red+Green+Blue) = 222+182+1=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB601 is #2149FE. Grayscale: #AEAEAE. Windows color (decimal): -2181631 or 112350. OLE color: 112350.

HSL color Cylindrical-coordinate representation of color #DEB601: hue angle of 49.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEB601 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 182 1 -
CMYK 0 0.18 1.00 0.13
HSL 49.14º 0.99% 0.44% -
HSV(B) 49.14º 1% 0.87% -
XYZ 46.86 48.99 7.01 -
YUV 173.33 30.75 162.72 -
System Red Green Blue C M Y K H S L
Decimal 222 182 1 0 0.18 1.00 0.13 49.14 0.99 0.44
Hex DE B6 1 0 12 64 D 31 63 2C
Octal 336 266 1 0 22 144 15 61 143 54
Binary 11011110 10110110 1 0 10010 1100100 1101 110001 1100011 101100

Color Harmonies of #DEB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB601

Black with #DEB601

Text Example


Text Example

White with #DEB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB601; }

 p { color: rgb(222,182,1); }

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

background-color css

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

 a { background-color: rgb(222,182,1); }

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

border-color css

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

 span { border-color: rgb(222,182,1); }

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