Html Css Color HEX #DFBC3E Old Gold

📋 copy color: '#DFBC3E'

red 223 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #DFBC3E

Tints of Old Gold #DFBC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.11%

R = 47.15%
G = 39.75%
B = 13.11%

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

#DFBC3E (or 0xDFBC3E) is known color: Old Gold. HEX triplet: DF, BC and 3E. RGB value is (223,188,62). Sum of RGB (Red+Green+Blue) = 223+188+62=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC3E is #2043C1. Grayscale: #B8B8B8. Windows color (decimal): -2114498 or 4111583. OLE color: 4111583.

HSL color Cylindrical-coordinate representation of color #DFBC3E: hue angle of 46.96º degrees, saturation: 0.72, 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 #DFBC3E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 188 62 -
CMYK 0 0.16 0.72 0.13
HSL 46.96º 0.72% 0.56% -
HSV(B) 46.96º 0.72% 0.87% -
XYZ 49.28 52 12 -
YUV 184.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 223 188 62 0 0.16 0.72 0.13 46.96 0.72 0.56
Hex DF BC 3E 0 10 48 D 2F 48 38
Octal 337 274 76 0 20 110 15 57 110 70
Binary 11011111 10111100 111110 0 10000 1001000 1101 101111 1001000 111000

Color Harmonies of #DFBC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC3E

Black with #DFBC3E

Text Example


Text Example

White with #DFBC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC3E; }

 p { color: rgb(223,188,62); }

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

background-color css

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

 a { background-color: rgb(223,188,62); }

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

border-color css

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

 span { border-color: rgb(223,188,62); }

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