Html Css Color HEX #DEB826 Gold Tips

📋 copy color: '#DEB826'

red 222 ◦ green 184 ◦ blue 38

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

Shades of Gold Tips #DEB826

Tints of Gold Tips #DEB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

 BLUE value IS 38 (15.23% from 255) = 8.56%

R = 50%
G = 41.44%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEB826 (or 0xDEB826) is known color: Gold Tips. HEX triplet: DE, B8 and 26. RGB value is (222,184,38). Sum of RGB (Red+Green+Blue) = 222+184+38=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB826 is #2147D9. Grayscale: #B3B3B3. Windows color (decimal): -2181082 or 2537694. OLE color: 2537694.

HSL color Cylindrical-coordinate representation of color #DEB826: hue angle of 47.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEB826 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 184 38 -
CMYK 0 0.17 0.83 0.13
HSL 47.61º 0.74% 0.51% -
HSV(B) 47.61º 0.83% 0.87% -
XYZ 47.61 49.95 8.97 -
YUV 178.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 222 184 38 0 0.17 0.83 0.13 47.61 0.74 0.51
Hex DE B8 26 0 11 53 D 30 4A 33
Octal 336 270 46 0 21 123 15 60 112 63
Binary 11011110 10111000 100110 0 10001 1010011 1101 110000 1001010 110011

Color Harmonies of #DEB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB826

Black with #DEB826

Text Example


Text Example

White with #DEB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB826; }

 p { color: rgb(222,184,38); }

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

background-color css

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

 a { background-color: rgb(222,184,38); }

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

border-color css

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

 span { border-color: rgb(222,184,38); }

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