Html Css Color HEX #DDBC3F Old Gold

📋 copy color: '#DDBC3F'

red 221 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #DDBC3F

Tints of Old Gold #DDBC3F

RGB

 RED value IS 221 (86.72% from 255) = 46.82%

 GREEN value IS 188 (73.83% from 255) = 39.83%

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

R = 46.82%
G = 39.83%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDBC3F (or 0xDDBC3F) is known color: Old Gold. HEX triplet: DD, BC and 3F. RGB value is (221,188,63). Sum of RGB (Red+Green+Blue) = 221+188+63=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC3F is #2243C0. Grayscale: #B8B8B8. Windows color (decimal): -2245569 or 4177117. OLE color: 4177117.

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

Color convert

RGB 221 188 63 -
CMYK 0 0.15 0.71 0.13
HSL 47.47º 0.7% 0.56% -
HSV(B) 47.47º 0.71% 0.87% -
XYZ 48.7 51.7 12.11 -
YUV 183.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 221 188 63 0 0.15 0.71 0.13 47.47 0.7 0.56
Hex DD BC 3F 0 F 47 D 2F 46 38
Octal 335 274 77 0 17 107 15 57 106 70
Binary 11011101 10111100 111111 0 1111 1000111 1101 101111 1000110 111000

Color Harmonies of #DDBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC3F

Black with #DDBC3F

Text Example


Text Example

White with #DDBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC3F; }

 p { color: rgb(221,188,63); }

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

background-color css

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

 a { background-color: rgb(221,188,63); }

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

border-color css

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

 span { border-color: rgb(221,188,63); }

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