Html Css Color HEX #D7B64A Old Gold

📋 copy color: '#D7B64A'

red 215 ◦ green 182 ◦ blue 74

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

Shades of Old Gold #D7B64A

Tints of Old Gold #D7B64A

RGB

 RED value IS 215 (84.38% from 255) = 45.65%

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 45.65%
G = 38.64%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7B64A (or 0xD7B64A) is known color: Old Gold. HEX triplet: D7, B6 and 4A. RGB value is (215,182,74). Sum of RGB (Red+Green+Blue) = 215+182+74=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B64A is #2849B5. Grayscale: #B4B4B4. Windows color (decimal): -2640310 or 4896471. OLE color: 4896471.

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

Color convert

RGB 215 182 74 -
CMYK 0 0.15 0.66 0.16
HSL 45.96º 0.64% 0.57% -
HSV(B) 45.96º 0.66% 0.84% -
XYZ 45.99 48.4 13.4 -
YUV 179.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 215 182 74 0 0.15 0.66 0.16 45.96 0.64 0.57
Hex D7 B6 4A 0 F 42 10 2E 40 39
Octal 327 266 112 0 17 102 20 56 100 71
Binary 11010111 10110110 1001010 0 1111 1000010 10000 101110 1000000 111001

Color Harmonies of #D7B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B64A

Black with #D7B64A

Text Example


Text Example

White with #D7B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B64A; }

 p { color: rgb(215,182,74); }

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

background-color css

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

 a { background-color: rgb(215,182,74); }

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

border-color css

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

 span { border-color: rgb(215,182,74); }

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