Html Css Color HEX #DEB427 Gold Tips

📋 copy color: '#DEB427'

red 222 ◦ green 180 ◦ blue 39

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

Shades of Gold Tips #DEB427

Tints of Gold Tips #DEB427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 50.34%
G = 40.82%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEB427 (or 0xDEB427) is known color: Gold Tips. HEX triplet: DE, B4 and 27. RGB value is (222,180,39). Sum of RGB (Red+Green+Blue) = 222+180+39=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB427 is #214BD8. Grayscale: #B1B1B1. Windows color (decimal): -2182105 or 2602206. OLE color: 2602206.

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

Color convert

RGB 222 180 39 -
CMYK 0 0.19 0.82 0.13
HSL 46.23º 0.73% 0.51% -
HSV(B) 46.23º 0.82% 0.87% -
XYZ 46.81 48.32 8.78 -
YUV 176.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 222 180 39 0 0.19 0.82 0.13 46.23 0.73 0.51
Hex DE B4 27 0 13 52 D 2E 49 33
Octal 336 264 47 0 23 122 15 56 111 63
Binary 11011110 10110100 100111 0 10011 1010010 1101 101110 1001001 110011

Color Harmonies of #DEB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB427

Black with #DEB427

Text Example


Text Example

White with #DEB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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