Html Css Color HEX #DEB426 Gold Tips

📋 copy color: '#DEB426'

red 222 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #DEB426

Tints of Gold Tips #DEB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

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

R = 50.45%
G = 40.91%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEB426 (or 0xDEB426) is known color: Gold Tips. HEX triplet: DE, B4 and 26. RGB value is (222,180,38). Sum of RGB (Red+Green+Blue) = 222+180+38=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB426 is #214BD9. Grayscale: #B0B0B0. Windows color (decimal): -2182106 or 2536670. OLE color: 2536670.

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

Color convert

RGB 222 180 38 -
CMYK 0 0.19 0.83 0.13
HSL 46.3º 0.74% 0.51% -
HSV(B) 46.3º 0.83% 0.87% -
XYZ 46.8 48.31 8.69 -
YUV 176.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 222 180 38 0 0.19 0.83 0.13 46.3 0.74 0.51
Hex DE B4 26 0 13 53 D 2E 4A 33
Octal 336 264 46 0 23 123 15 56 112 63
Binary 11011110 10110100 100110 0 10011 1010011 1101 101110 1001010 110011

Color Harmonies of #DEB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB426

Black with #DEB426

Text Example


Text Example

White with #DEB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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