Html Css Color HEX #D4B33C Old Gold

📋 copy color: '#D4B33C'

red 212 ◦ green 179 ◦ blue 60

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

Shades of Old Gold #D4B33C

Tints of Old Gold #D4B33C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

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

R = 47.01%
G = 39.69%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4B33C (or 0xD4B33C) is known color: Old Gold. HEX triplet: D4, B3 and 3C. RGB value is (212,179,60). Sum of RGB (Red+Green+Blue) = 212+179+60=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B33C is #2B4CC3. Grayscale: #AFAFAF. Windows color (decimal): -2837700 or 3978196. OLE color: 3978196.

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

Color convert

RGB 212 179 60 -
CMYK 0 0.16 0.72 0.17
HSL 46.97º 0.64% 0.53% -
HSV(B) 46.97º 0.72% 0.83% -
XYZ 44.09 46.56 10.94 -
YUV 175.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 212 179 60 0 0.16 0.72 0.17 46.97 0.64 0.53
Hex D4 B3 3C 0 10 48 11 2F 40 35
Octal 324 263 74 0 20 110 21 57 100 65
Binary 11010100 10110011 111100 0 10000 1001000 10001 101111 1000000 110101

Color Harmonies of #D4B33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B33C

Black with #D4B33C

Text Example


Text Example

White with #D4B33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B33C; }

 p { color: rgb(212,179,60); }

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

background-color css

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

 a { background-color: rgb(212,179,60); }

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

border-color css

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

 span { border-color: rgb(212,179,60); }

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