Html Css Color HEX #DEBA41 Old Gold

📋 copy color: '#DEBA41'

red 222 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #DEBA41

Tints of Old Gold #DEBA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.74%

R = 46.93%
G = 39.32%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEBA41 (or 0xDEBA41) is known color: Old Gold. HEX triplet: DE, BA and 41. RGB value is (222,186,65). Sum of RGB (Red+Green+Blue) = 222+186+65=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA41 is #2145BE. Grayscale: #B7B7B7. Windows color (decimal): -2180543 or 4307678. OLE color: 4307678.

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

Color convert

RGB 222 186 65 -
CMYK 0 0.16 0.71 0.13
HSL 46.24º 0.7% 0.56% -
HSV(B) 46.24º 0.71% 0.87% -
XYZ 48.64 51.03 12.29 -
YUV 182.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 222 186 65 0 0.16 0.71 0.13 46.24 0.7 0.56
Hex DE BA 41 0 10 47 D 2E 46 38
Octal 336 272 101 0 20 107 15 56 106 70
Binary 11011110 10111010 1000001 0 10000 1000111 1101 101110 1000110 111000

Color Harmonies of #DEBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA41

Black with #DEBA41

Text Example


Text Example

White with #DEBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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