Html Css Color HEX #DEBB2D Gold Tips

📋 copy color: '#DEBB2D'

red 222 ◦ green 187 ◦ blue 45

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

Shades of Gold Tips #DEBB2D

Tints of Gold Tips #DEBB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

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

R = 48.9%
G = 41.19%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEBB2D (or 0xDEBB2D) is known color: Gold Tips. HEX triplet: DE, BB and 2D. RGB value is (222,187,45). Sum of RGB (Red+Green+Blue) = 222+187+45=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB2D is #2144D2. Grayscale: #B5B5B5. Windows color (decimal): -2180307 or 2997214. OLE color: 2997214.

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

Color convert

RGB 222 187 45 -
CMYK 0 0.16 0.80 0.13
HSL 48.14º 0.73% 0.52% -
HSV(B) 48.14º 0.8% 0.87% -
XYZ 48.37 51.26 9.83 -
YUV 181.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 222 187 45 0 0.16 0.80 0.13 48.14 0.73 0.52
Hex DE BB 2D 0 10 50 D 30 49 34
Octal 336 273 55 0 20 120 15 60 111 64
Binary 11011110 10111011 101101 0 10000 1010000 1101 110000 1001001 110100

Color Harmonies of #DEBB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB2D

Black with #DEBB2D

Text Example


Text Example

White with #DEBB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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