Html Css Color HEX #D6B948 Old Gold

📋 copy color: '#D6B948'

red 214 ◦ green 185 ◦ blue 72

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

Shades of Old Gold #D6B948

Tints of Old Gold #D6B948

RGB

 RED value IS 214 (83.98% from 255) = 45.44%

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 45.44%
G = 39.28%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6B948 (or 0xD6B948) is known color: Old Gold. HEX triplet: D6, B9 and 48. RGB value is (214,185,72). Sum of RGB (Red+Green+Blue) = 214+185+72=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B948 is #2946B7. Grayscale: #B5B5B5. Windows color (decimal): -2705080 or 4766166. OLE color: 4766166.

HSL color Cylindrical-coordinate representation of color #D6B948: hue angle of 47.75º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6B948 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 72 -
CMYK 0 0.14 0.66 0.16
HSL 47.75º 0.63% 0.56% -
HSV(B) 47.75º 0.66% 0.84% -
XYZ 46.25 49.46 13.24 -
YUV 180.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 214 185 72 0 0.14 0.66 0.16 47.75 0.63 0.56
Hex D6 B9 48 0 E 42 10 30 3F 38
Octal 326 271 110 0 16 102 20 60 77 70
Binary 11010110 10111001 1001000 0 1110 1000010 10000 110000 111111 111000

Color Harmonies of #D6B948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B948

Black with #D6B948

Text Example


Text Example

White with #D6B948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B948; }

 p { color: rgb(214,185,72); }

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

background-color css

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

 a { background-color: rgb(214,185,72); }

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

border-color css

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

 span { border-color: rgb(214,185,72); }

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