Html Css Color HEX #DEBC2D Gold Tips

📋 copy color: '#DEBC2D'

red 222 ◦ green 188 ◦ blue 45

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

Shades of Gold Tips #DEBC2D

Tints of Gold Tips #DEBC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.89%

R = 48.79%
G = 41.32%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEBC2D (or 0xDEBC2D) is known color: Gold Tips. HEX triplet: DE, BC and 2D. RGB value is (222,188,45). Sum of RGB (Red+Green+Blue) = 222+188+45=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC2D is #2143D2. Grayscale: #B6B6B6. Windows color (decimal): -2180051 or 2997470. OLE color: 2997470.

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

Color convert

RGB 222 188 45 -
CMYK 0 0.15 0.80 0.13
HSL 48.47º 0.73% 0.52% -
HSV(B) 48.47º 0.8% 0.87% -
XYZ 48.58 51.69 9.9 -
YUV 181.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 222 188 45 0 0.15 0.80 0.13 48.47 0.73 0.52
Hex DE BC 2D 0 F 50 D 30 49 34
Octal 336 274 55 0 17 120 15 60 111 64
Binary 11011110 10111100 101101 0 1111 1010000 1101 110000 1001001 110100

Color Harmonies of #DEBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC2D

Black with #DEBC2D

Text Example


Text Example

White with #DEBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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