Html Css Color HEX #DEBA2B Gold Tips

📋 copy color: '#DEBA2B'

red 222 ◦ green 186 ◦ blue 43

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

Shades of Gold Tips #DEBA2B

Tints of Gold Tips #DEBA2B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

 BLUE value IS 43 (17.19% from 255) = 9.53%

R = 49.22%
G = 41.24%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DEBA2B (or 0xDEBA2B) is known color: Gold Tips. HEX triplet: DE, BA and 2B. RGB value is (222,186,43). Sum of RGB (Red+Green+Blue) = 222+186+43=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA2B is #2145D4. Grayscale: #B5B5B5. Windows color (decimal): -2180565 or 2865886. OLE color: 2865886.

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

Color convert

RGB 222 186 43 -
CMYK 0 0.16 0.81 0.13
HSL 47.93º 0.73% 0.52% -
HSV(B) 47.93º 0.81% 0.87% -
XYZ 48.12 50.82 9.56 -
YUV 180.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 222 186 43 0 0.16 0.81 0.13 47.93 0.73 0.52
Hex DE BA 2B 0 10 51 D 30 49 34
Octal 336 272 53 0 20 121 15 60 111 64
Binary 11011110 10111010 101011 0 10000 1010001 1101 110000 1001001 110100

Color Harmonies of #DEBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA2B

Black with #DEBA2B

Text Example


Text Example

White with #DEBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA2B; }

 p { color: rgb(222,186,43); }

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

background-color css

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

 a { background-color: rgb(222,186,43); }

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

border-color css

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

 span { border-color: rgb(222,186,43); }

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