Html Css Color HEX #DEB401 Sunflower

📋 copy color: '#DEB401'

red 222 ◦ green 180 ◦ blue 1

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

Shades of Sunflower #DEB401

Tints of Sunflower #DEB401

RGB

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

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

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

R = 55.09%
G = 44.67%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEB401 (or 0xDEB401) is known color: Sunflower. HEX triplet: DE, B4 and 01. RGB value is (222,180,1). Sum of RGB (Red+Green+Blue) = 222+180+1=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB401 is #214BFE. Grayscale: #ACACAC. Windows color (decimal): -2182143 or 111838. OLE color: 111838.

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

Color convert

RGB 222 180 1 -
CMYK 0 0.19 1.00 0.13
HSL 48.6º 0.99% 0.44% -
HSV(B) 48.6º 1% 0.87% -
XYZ 46.45 48.17 6.88 -
YUV 172.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 222 180 1 0 0.19 1.00 0.13 48.6 0.99 0.44
Hex DE B4 1 0 13 64 D 31 63 2C
Octal 336 264 1 0 23 144 15 61 143 54
Binary 11011110 10110100 1 0 10011 1100100 1101 110001 1100011 101100

Color Harmonies of #DEB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB401

Black with #DEB401

Text Example


Text Example

White with #DEB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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