Html Css Color HEX #D4B735 Old Gold

📋 copy color: '#D4B735'

red 212 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #D4B735

Tints of Old Gold #D4B735

RGB

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

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

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

R = 47.32%
G = 40.85%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4B735 (or 0xD4B735) is known color: Old Gold. HEX triplet: D4, B7 and 35. RGB value is (212,183,53). Sum of RGB (Red+Green+Blue) = 212+183+53=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B735 is #2B48CA. Grayscale: #B1B1B1. Windows color (decimal): -2836683 or 3520468. OLE color: 3520468.

HSL color Cylindrical-coordinate representation of color #D4B735: hue angle of 49.06º 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 #D4B735 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 183 53 -
CMYK 0 0.14 0.75 0.17
HSL 49.06º 0.65% 0.52% -
HSV(B) 49.06º 0.75% 0.83% -
XYZ 44.73 48.12 10.3 -
YUV 176.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 212 183 53 0 0.14 0.75 0.17 49.06 0.65 0.52
Hex D4 B7 35 0 E 4B 11 31 41 34
Octal 324 267 65 0 16 113 21 61 101 64
Binary 11010100 10110111 110101 0 1110 1001011 10001 110001 1000001 110100

Color Harmonies of #D4B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B735

Black with #D4B735

Text Example


Text Example

White with #D4B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B735; }

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

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

background-color css

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

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

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

border-color css

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

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

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