Html Css Color HEX #DEB60A Sunflower

📋 copy color: '#DEB60A'

red 222 ◦ green 182 ◦ blue 10

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

Shades of Sunflower #DEB60A

Tints of Sunflower #DEB60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 53.62%
G = 43.96%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEB60A (or 0xDEB60A) is known color: Sunflower. HEX triplet: DE, B6 and 0A. RGB value is (222,182,10). Sum of RGB (Red+Green+Blue) = 222+182+10=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB60A is #2149F5. Grayscale: #AFAFAF. Windows color (decimal): -2181622 or 702174. OLE color: 702174.

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

Color convert

RGB 222 182 10 -
CMYK 0 0.18 0.95 0.13
HSL 48.68º 0.91% 0.45% -
HSV(B) 48.68º 0.95% 0.87% -
XYZ 46.91 49.01 7.27 -
YUV 174.35 35.25 161.99 -
System Red Green Blue C M Y K H S L
Decimal 222 182 10 0 0.18 0.95 0.13 48.68 0.91 0.45
Hex DE B6 A 0 12 5F D 31 5B 2D
Octal 336 266 12 0 22 137 15 61 133 55
Binary 11011110 10110110 1010 0 10010 1011111 1101 110001 1011011 101101

Color Harmonies of #DEB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB60A

Black with #DEB60A

Text Example


Text Example

White with #DEB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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