Html Css Color HEX #DEBE29 Gold Tips

📋 copy color: '#DEBE29'

red 222 ◦ green 190 ◦ blue 41

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

Shades of Gold Tips #DEBE29

Tints of Gold Tips #DEBE29

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

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

R = 49.01%
G = 41.94%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEBE29 (or 0xDEBE29) is known color: Gold Tips. HEX triplet: DE, BE and 29. RGB value is (222,190,41). Sum of RGB (Red+Green+Blue) = 222+190+41=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE29 is #2141D6. Grayscale: #B7B7B7. Windows color (decimal): -2179543 or 2735838. OLE color: 2735838.

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

Color convert

RGB 222 190 41 -
CMYK 0 0.14 0.82 0.13
HSL 49.39º 0.73% 0.52% -
HSV(B) 49.39º 0.82% 0.87% -
XYZ 48.94 52.52 9.66 -
YUV 182.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 222 190 41 0 0.14 0.82 0.13 49.39 0.73 0.52
Hex DE BE 29 0 E 52 D 31 49 34
Octal 336 276 51 0 16 122 15 61 111 64
Binary 11011110 10111110 101001 0 1110 1010010 1101 110001 1001001 110100

Color Harmonies of #DEBE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE29

Black with #DEBE29

Text Example


Text Example

White with #DEBE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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