Html Css Color HEX #D9BE3C Old Gold

📋 copy color: '#D9BE3C'

red 217 ◦ green 190 ◦ blue 60

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

Shades of Old Gold #D9BE3C

Tints of Old Gold #D9BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

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

R = 46.47%
G = 40.69%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9BE3C (or 0xD9BE3C) is known color: Old Gold. HEX triplet: D9, BE and 3C. RGB value is (217,190,60). Sum of RGB (Red+Green+Blue) = 217+190+60=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BE3C is #2641C3. Grayscale: #B7B7B7. Windows color (decimal): -2507204 or 3981017. OLE color: 3981017.

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

Color convert

RGB 217 190 60 -
CMYK 0 0.12 0.72 0.15
HSL 49.68º 0.67% 0.54% -
HSV(B) 49.68º 0.72% 0.85% -
XYZ 47.84 51.9 11.77 -
YUV 183.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 217 190 60 0 0.12 0.72 0.15 49.68 0.67 0.54
Hex D9 BE 3C 0 C 48 F 32 43 36
Octal 331 276 74 0 14 110 17 62 103 66
Binary 11011001 10111110 111100 0 1100 1001000 1111 110010 1000011 110110

Color Harmonies of #D9BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BE3C

Black with #D9BE3C

Text Example


Text Example

White with #D9BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BE3C; }

 p { color: rgb(217,190,60); }

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

background-color css

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

 a { background-color: rgb(217,190,60); }

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

border-color css

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

 span { border-color: rgb(217,190,60); }

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