Html Css Color HEX #DEB60E Sunflower

📋 copy color: '#DEB60E'

red 222 ◦ green 182 ◦ blue 14

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

Shades of Sunflower #DEB60E

Tints of Sunflower #DEB60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 53.11%
G = 43.54%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEB60E (or 0xDEB60E) is known color: Sunflower. HEX triplet: DE, B6 and 0E. RGB value is (222,182,14). Sum of RGB (Red+Green+Blue) = 222+182+14=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB60E is #2149F1. Grayscale: #AFAFAF. Windows color (decimal): -2181618 or 964318. OLE color: 964318.

HSL color Cylindrical-coordinate representation of color #DEB60E: hue angle of 48.46º degrees, saturation: 0.88, 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 #DEB60E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 182 14 -
CMYK 0 0.18 0.94 0.13
HSL 48.46º 0.88% 0.46% -
HSV(B) 48.46º 0.94% 0.87% -
XYZ 46.93 49.02 7.4 -
YUV 174.81 37.25 161.66 -
System Red Green Blue C M Y K H S L
Decimal 222 182 14 0 0.18 0.94 0.13 48.46 0.88 0.46
Hex DE B6 E 0 12 5E D 30 58 2E
Octal 336 266 16 0 22 136 15 60 130 56
Binary 11011110 10110110 1110 0 10010 1011110 1101 110000 1011000 101110

Color Harmonies of #DEB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB60E

Black with #DEB60E

Text Example


Text Example

White with #DEB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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