Html Css Color HEX #DEB226 Gold Tips

📋 copy color: '#DEB226'

red 222 ◦ green 178 ◦ blue 38

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

Shades of Gold Tips #DEB226

Tints of Gold Tips #DEB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 50.68%
G = 40.64%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEB226 (or 0xDEB226) is known color: Gold Tips. HEX triplet: DE, B2 and 26. RGB value is (222,178,38). Sum of RGB (Red+Green+Blue) = 222+178+38=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB226 is #214DD9. Grayscale: #AFAFAF. Windows color (decimal): -2182618 or 2536158. OLE color: 2536158.

HSL color Cylindrical-coordinate representation of color #DEB226: hue angle of 45.65º 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 #DEB226 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 38 -
CMYK 0 0.20 0.83 0.13
HSL 45.65º 0.74% 0.51% -
HSV(B) 45.65º 0.83% 0.87% -
XYZ 46.39 47.51 8.56 -
YUV 175.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 222 178 38 0 0.20 0.83 0.13 45.65 0.74 0.51
Hex DE B2 26 0 14 53 D 2E 4A 33
Octal 336 262 46 0 24 123 15 56 112 63
Binary 11011110 10110010 100110 0 10100 1010011 1101 101110 1001010 110011

Color Harmonies of #DEB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB226

Black with #DEB226

Text Example


Text Example

White with #DEB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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