Html Css Color HEX #DEBA27 Gold Tips

📋 copy color: '#DEBA27'

red 222 ◦ green 186 ◦ blue 39

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

Shades of Gold Tips #DEBA27

Tints of Gold Tips #DEBA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.72%

R = 49.66%
G = 41.61%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEBA27 (or 0xDEBA27) is known color: Gold Tips. HEX triplet: DE, BA and 27. RGB value is (222,186,39). Sum of RGB (Red+Green+Blue) = 222+186+39=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA27 is #2145D8. Grayscale: #B4B4B4. Windows color (decimal): -2180569 or 2603742. OLE color: 2603742.

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

Color convert

RGB 222 186 39 -
CMYK 0 0.16 0.82 0.13
HSL 48.2º 0.73% 0.51% -
HSV(B) 48.2º 0.82% 0.87% -
XYZ 48.05 50.79 9.19 -
YUV 180.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 222 186 39 0 0.16 0.82 0.13 48.2 0.73 0.51
Hex DE BA 27 0 10 52 D 30 49 33
Octal 336 272 47 0 20 122 15 60 111 63
Binary 11011110 10111010 100111 0 10000 1010010 1101 110000 1001001 110011

Color Harmonies of #DEBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA27

Black with #DEBA27

Text Example


Text Example

White with #DEBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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