Html Css Color HEX #D4B74C Old Gold

📋 copy color: '#D4B74C'

red 212 ◦ green 183 ◦ blue 76

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

Shades of Old Gold #D4B74C

Tints of Old Gold #D4B74C

RGB

 RED value IS 212 (83.2% from 255) = 45.01%

 GREEN value IS 183 (71.88% from 255) = 38.85%

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 45.01%
G = 38.85%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4B74C (or 0xD4B74C) is known color: Old Gold. HEX triplet: D4, B7 and 4C. RGB value is (212,183,76). Sum of RGB (Red+Green+Blue) = 212+183+76=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B74C is #2B48B3. Grayscale: #B3B3B3. Windows color (decimal): -2836660 or 5027796. OLE color: 5027796.

HSL color Cylindrical-coordinate representation of color #D4B74C: hue angle of 47.21º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4B74C is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 183 76 -
CMYK 0 0.14 0.64 0.17
HSL 47.21º 0.61% 0.56% -
HSV(B) 47.21º 0.64% 0.83% -
XYZ 45.39 48.39 13.78 -
YUV 179.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 212 183 76 0 0.14 0.64 0.17 47.21 0.61 0.56
Hex D4 B7 4C 0 E 40 11 2F 3D 38
Octal 324 267 114 0 16 100 21 57 75 70
Binary 11010100 10110111 1001100 0 1110 1000000 10001 101111 111101 111000

Color Harmonies of #D4B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B74C

Black with #D4B74C

Text Example


Text Example

White with #D4B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B74C; }

 p { color: rgb(212,183,76); }

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

background-color css

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

 a { background-color: rgb(212,183,76); }

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

border-color css

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

 span { border-color: rgb(212,183,76); }

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