Html Css Color HEX #DFBD3C Old Gold

📋 copy color: '#DFBD3C'

red 223 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #DFBD3C

Tints of Old Gold #DFBD3C

RGB

 RED value IS 223 (87.5% from 255) = 47.25%

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 60 (23.83% from 255) = 12.71%

R = 47.25%
G = 40.04%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFBD3C (or 0xDFBD3C) is known color: Old Gold. HEX triplet: DF, BD and 3C. RGB value is (223,189,60). Sum of RGB (Red+Green+Blue) = 223+189+60=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD3C is #2042C3. Grayscale: #B9B9B9. Windows color (decimal): -2114244 or 3980767. OLE color: 3980767.

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

Color convert

RGB 223 189 60 -
CMYK 0 0.15 0.73 0.13
HSL 47.48º 0.72% 0.55% -
HSV(B) 47.48º 0.73% 0.87% -
XYZ 49.44 52.41 11.78 -
YUV 184.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 223 189 60 0 0.15 0.73 0.13 47.48 0.72 0.55
Hex DF BD 3C 0 F 49 D 2F 48 37
Octal 337 275 74 0 17 111 15 57 110 67
Binary 11011111 10111101 111100 0 1111 1001001 1101 101111 1001000 110111

Color Harmonies of #DFBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD3C

Black with #DFBD3C

Text Example


Text Example

White with #DFBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD3C; }

 p { color: rgb(223,189,60); }

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

background-color css

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

 a { background-color: rgb(223,189,60); }

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

border-color css

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

 span { border-color: rgb(223,189,60); }

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