Html Css Color HEX #DEB61A Sunflower

📋 copy color: '#DEB61A'

red 222 ◦ green 182 ◦ blue 26

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

Shades of Sunflower #DEB61A

Tints of Sunflower #DEB61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 51.63%
G = 42.33%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEB61A (or 0xDEB61A) is known color: Sunflower. HEX triplet: DE, B6 and 1A. RGB value is (222,182,26). Sum of RGB (Red+Green+Blue) = 222+182+26=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB61A is #2149E5. Grayscale: #B0B0B0. Windows color (decimal): -2181606 or 1750750. OLE color: 1750750.

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

Color convert

RGB 222 182 26 -
CMYK 0 0.18 0.88 0.13
HSL 47.76º 0.79% 0.49% -
HSV(B) 47.76º 0.88% 0.87% -
XYZ 47.04 49.06 7.97 -
YUV 176.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 222 182 26 0 0.18 0.88 0.13 47.76 0.79 0.49
Hex DE B6 1A 0 12 58 D 30 4F 31
Octal 336 266 32 0 22 130 15 60 117 61
Binary 11011110 10110110 11010 0 10010 1011000 1101 110000 1001111 110001

Color Harmonies of #DEB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB61A

Black with #DEB61A

Text Example


Text Example

White with #DEB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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