Html Css Color HEX #DEBD2E Gold Tips

📋 copy color: '#DEBD2E'

red 222 ◦ green 189 ◦ blue 46

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

Shades of Gold Tips #DEBD2E

Tints of Gold Tips #DEBD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.07%

R = 48.58%
G = 41.36%
B = 10.07%

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

#DEBD2E (or 0xDEBD2E) is known color: Gold Tips. HEX triplet: DE, BD and 2E. RGB value is (222,189,46). Sum of RGB (Red+Green+Blue) = 222+189+46=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD2E is #2142D1. Grayscale: #B7B7B7. Windows color (decimal): -2179794 or 3063262. OLE color: 3063262.

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

Color convert

RGB 222 189 46 -
CMYK 0 0.15 0.79 0.13
HSL 48.75º 0.73% 0.53% -
HSV(B) 48.75º 0.79% 0.87% -
XYZ 48.81 52.12 10.07 -
YUV 182.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 222 189 46 0 0.15 0.79 0.13 48.75 0.73 0.53
Hex DE BD 2E 0 F 4F D 31 49 35
Octal 336 275 56 0 17 117 15 61 111 65
Binary 11011110 10111101 101110 0 1111 1001111 1101 110001 1001001 110101

Color Harmonies of #DEBD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD2E

Black with #DEBD2E

Text Example


Text Example

White with #DEBD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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