Html Css Color HEX #D4B935 Old Gold

📋 copy color: '#D4B935'

red 212 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #D4B935

Tints of Old Gold #D4B935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.78%

R = 47.11%
G = 41.11%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4B935 (or 0xD4B935) is known color: Old Gold. HEX triplet: D4, B9 and 35. RGB value is (212,185,53). Sum of RGB (Red+Green+Blue) = 212+185+53=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B935 is #2B46CA. Grayscale: #B2B2B2. Windows color (decimal): -2836171 or 3520980. OLE color: 3520980.

HSL color Cylindrical-coordinate representation of color #D4B935: hue angle of 49.81º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4B935 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 53 -
CMYK 0 0.13 0.75 0.17
HSL 49.81º 0.65% 0.52% -
HSV(B) 49.81º 0.75% 0.83% -
XYZ 45.14 48.95 10.44 -
YUV 178.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 212 185 53 0 0.13 0.75 0.17 49.81 0.65 0.52
Hex D4 B9 35 0 D 4B 11 32 41 34
Octal 324 271 65 0 15 113 21 62 101 64
Binary 11010100 10111001 110101 0 1101 1001011 10001 110010 1000001 110100

Color Harmonies of #D4B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B935

Black with #D4B935

Text Example


Text Example

White with #D4B935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B935; }

 p { color: rgb(212,185,53); }

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

background-color css

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

 a { background-color: rgb(212,185,53); }

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

border-color css

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

 span { border-color: rgb(212,185,53); }

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