Html Css Color HEX #DEB402 Sunflower

📋 copy color: '#DEB402'

red 222 ◦ green 180 ◦ blue 2

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

Shades of Sunflower #DEB402

Tints of Sunflower #DEB402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 54.95%
G = 44.55%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEB402 (or 0xDEB402) is known color: Sunflower. HEX triplet: DE, B4 and 02. RGB value is (222,180,2). Sum of RGB (Red+Green+Blue) = 222+180+2=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB402 is #214BFD. Grayscale: #ADADAD. Windows color (decimal): -2182142 or 177374. OLE color: 177374.

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

Color convert

RGB 222 180 2 -
CMYK 0 0.19 0.99 0.13
HSL 48.55º 0.98% 0.44% -
HSV(B) 48.55º 0.99% 0.87% -
XYZ 46.46 48.18 6.91 -
YUV 172.27 31.91 163.47 -
System Red Green Blue C M Y K H S L
Decimal 222 180 2 0 0.19 0.99 0.13 48.55 0.98 0.44
Hex DE B4 2 0 13 63 D 31 62 2C
Octal 336 264 2 0 23 143 15 61 142 54
Binary 11011110 10110100 10 0 10011 1100011 1101 110001 1100010 101100

Color Harmonies of #DEB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB402

Black with #DEB402

Text Example


Text Example

White with #DEB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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