Html Css Color HEX #D9BF35 Old Gold

📋 copy color: '#D9BF35'

red 217 ◦ green 191 ◦ blue 53

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

Shades of Old Gold #D9BF35

Tints of Old Gold #D9BF35

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

 GREEN value IS 191 (75% from 255) = 41.43%

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

R = 47.07%
G = 41.43%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9BF35 (or 0xD9BF35) is known color: Old Gold. HEX triplet: D9, BF and 35. RGB value is (217,191,53). Sum of RGB (Red+Green+Blue) = 217+191+53=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF35 is #2640CA. Grayscale: #B7B7B7. Windows color (decimal): -2506955 or 3522521. OLE color: 3522521.

HSL color Cylindrical-coordinate representation of color #D9BF35: hue angle of 50.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9BF35 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 191 53 -
CMYK 0 0.12 0.76 0.15
HSL 50.49º 0.68% 0.53% -
HSV(B) 50.49º 0.76% 0.85% -
XYZ 47.89 52.27 10.93 -
YUV 183.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 217 191 53 0 0.12 0.76 0.15 50.49 0.68 0.53
Hex D9 BF 35 0 C 4C F 32 44 35
Octal 331 277 65 0 14 114 17 62 104 65
Binary 11011001 10111111 110101 0 1100 1001100 1111 110010 1000100 110101

Color Harmonies of #D9BF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF35

Black with #D9BF35

Text Example


Text Example

White with #D9BF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF35; }

 p { color: rgb(217,191,53); }

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

background-color css

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

 a { background-color: rgb(217,191,53); }

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

border-color css

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

 span { border-color: rgb(217,191,53); }

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