Html Css Color HEX #DEBA3F Old Gold

📋 copy color: '#DEBA3F'

red 222 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #DEBA3F

Tints of Old Gold #DEBA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.38%

R = 47.13%
G = 39.49%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DEBA3F (or 0xDEBA3F) is known color: Old Gold. HEX triplet: DE, BA and 3F. RGB value is (222,186,63). Sum of RGB (Red+Green+Blue) = 222+186+63=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA3F is #2145C0. Grayscale: #B7B7B7. Windows color (decimal): -2180545 or 4176606. OLE color: 4176606.

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

Color convert

RGB 222 186 63 -
CMYK 0 0.16 0.72 0.13
HSL 46.42º 0.71% 0.56% -
HSV(B) 46.42º 0.72% 0.87% -
XYZ 48.58 51.01 11.99 -
YUV 182.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 222 186 63 0 0.16 0.72 0.13 46.42 0.71 0.56
Hex DE BA 3F 0 10 48 D 2E 47 38
Octal 336 272 77 0 20 110 15 56 107 70
Binary 11011110 10111010 111111 0 10000 1001000 1101 101110 1000111 111000

Color Harmonies of #DEBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA3F

Black with #DEBA3F

Text Example


Text Example

White with #DEBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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