Html Css Color HEX #DEBC2F Gold Tips

📋 copy color: '#DEBC2F'

red 222 ◦ green 188 ◦ blue 47

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

Shades of Gold Tips #DEBC2F

Tints of Gold Tips #DEBC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 47 (18.75% from 255) = 10.28%

R = 48.58%
G = 41.14%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEBC2F (or 0xDEBC2F) is known color: Gold Tips. HEX triplet: DE, BC and 2F. RGB value is (222,188,47). Sum of RGB (Red+Green+Blue) = 222+188+47=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC2F is #2143D0. Grayscale: #B6B6B6. Windows color (decimal): -2180049 or 3128542. OLE color: 3128542.

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

Color convert

RGB 222 188 47 -
CMYK 0 0.15 0.79 0.13
HSL 48.34º 0.73% 0.53% -
HSV(B) 48.34º 0.79% 0.87% -
XYZ 48.62 51.7 10.11 -
YUV 182.09 51.76 156.46 -
System Red Green Blue C M Y K H S L
Decimal 222 188 47 0 0.15 0.79 0.13 48.34 0.73 0.53
Hex DE BC 2F 0 F 4F D 30 49 35
Octal 336 274 57 0 17 117 15 60 111 65
Binary 11011110 10111100 101111 0 1111 1001111 1101 110000 1001001 110101

Color Harmonies of #DEBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC2F

Black with #DEBC2F

Text Example


Text Example

White with #DEBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC2F; }

 p { color: rgb(222,188,47); }

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

background-color css

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

 a { background-color: rgb(222,188,47); }

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

border-color css

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

 span { border-color: rgb(222,188,47); }

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