Html Css Color HEX #DEB40D Sunflower

📋 copy color: '#DEB40D'

red 222 ◦ green 180 ◦ blue 13

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

Shades of Sunflower #DEB40D

Tints of Sunflower #DEB40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 53.49%
G = 43.37%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEB40D (or 0xDEB40D) is known color: Sunflower. HEX triplet: DE, B4 and 0D. RGB value is (222,180,13). Sum of RGB (Red+Green+Blue) = 222+180+13=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB40D is #214BF2. Grayscale: #AEAEAE. Windows color (decimal): -2182131 or 898270. OLE color: 898270.

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

Color convert

RGB 222 180 13 -
CMYK 0 0.19 0.94 0.13
HSL 47.94º 0.89% 0.46% -
HSV(B) 47.94º 0.94% 0.87% -
XYZ 46.52 48.2 7.23 -
YUV 173.52 37.41 162.58 -
System Red Green Blue C M Y K H S L
Decimal 222 180 13 0 0.19 0.94 0.13 47.94 0.89 0.46
Hex DE B4 D 0 13 5E D 30 59 2E
Octal 336 264 15 0 23 136 15 60 131 56
Binary 11011110 10110100 1101 0 10011 1011110 1101 110000 1011001 101110

Color Harmonies of #DEB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB40D

Black with #DEB40D

Text Example


Text Example

White with #DEB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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