Html Css Color HEX #DEBD29 Gold Tips

📋 copy color: '#DEBD29'

red 222 ◦ green 189 ◦ blue 41

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

Shades of Gold Tips #DEBD29

Tints of Gold Tips #DEBD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 49.12%
G = 41.81%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEBD29 (or 0xDEBD29) is known color: Gold Tips. HEX triplet: DE, BD and 29. RGB value is (222,189,41). Sum of RGB (Red+Green+Blue) = 222+189+41=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD29 is #2142D6. Grayscale: #B6B6B6. Windows color (decimal): -2179799 or 2735582. OLE color: 2735582.

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

Color convert

RGB 222 189 41 -
CMYK 0 0.15 0.82 0.13
HSL 49.06º 0.73% 0.52% -
HSV(B) 49.06º 0.82% 0.87% -
XYZ 48.72 52.08 9.58 -
YUV 182 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 222 189 41 0 0.15 0.82 0.13 49.06 0.73 0.52
Hex DE BD 29 0 F 52 D 31 49 34
Octal 336 275 51 0 17 122 15 61 111 64
Binary 11011110 10111101 101001 0 1111 1010010 1101 110001 1001001 110100

Color Harmonies of #DEBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD29

Black with #DEBD29

Text Example


Text Example

White with #DEBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD29; }

 p { color: rgb(222,189,41); }

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

background-color css

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

 a { background-color: rgb(222,189,41); }

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

border-color css

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

 span { border-color: rgb(222,189,41); }

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