Html Css Color HEX #DEB407 Sunflower

📋 copy color: '#DEB407'

red 222 ◦ green 180 ◦ blue 7

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

Shades of Sunflower #DEB407

Tints of Sunflower #DEB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 54.28%
G = 44.01%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEB407 (or 0xDEB407) is known color: Sunflower. HEX triplet: DE, B4 and 07. RGB value is (222,180,7). Sum of RGB (Red+Green+Blue) = 222+180+7=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB407 is #214BF8. Grayscale: #ADADAD. Windows color (decimal): -2182137 or 505054. OLE color: 505054.

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

Color convert

RGB 222 180 7 -
CMYK 0 0.19 0.97 0.13
HSL 48.28º 0.94% 0.45% -
HSV(B) 48.28º 0.97% 0.87% -
XYZ 46.48 48.19 7.05 -
YUV 172.84 34.41 163.07 -
System Red Green Blue C M Y K H S L
Decimal 222 180 7 0 0.19 0.97 0.13 48.28 0.94 0.45
Hex DE B4 7 0 13 61 D 30 5E 2D
Octal 336 264 7 0 23 141 15 60 136 55
Binary 11011110 10110100 111 0 10011 1100001 1101 110000 1011110 101101

Color Harmonies of #DEB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB407

Black with #DEB407

Text Example


Text Example

White with #DEB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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