Html Css Color HEX #D9BA42 Old Gold

📋 copy color: '#D9BA42'

red 217 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #D9BA42

Tints of Old Gold #D9BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 46.27%
G = 39.66%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D9BA42 (or 0xD9BA42) is known color: Old Gold. HEX triplet: D9, BA and 42. RGB value is (217,186,66). Sum of RGB (Red+Green+Blue) = 217+186+66=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA42 is #2645BD. Grayscale: #B6B6B6. Windows color (decimal): -2508222 or 4373209. OLE color: 4373209.

HSL color Cylindrical-coordinate representation of color #D9BA42: hue angle of 47.68º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9BA42 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 66 -
CMYK 0 0.14 0.70 0.15
HSL 47.68º 0.67% 0.55% -
HSV(B) 47.68º 0.7% 0.85% -
XYZ 47.16 50.26 12.37 -
YUV 181.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 217 186 66 0 0.14 0.70 0.15 47.68 0.67 0.55
Hex D9 BA 42 0 E 46 F 30 43 37
Octal 331 272 102 0 16 106 17 60 103 67
Binary 11011001 10111010 1000010 0 1110 1000110 1111 110000 1000011 110111

Color Harmonies of #D9BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA42

Black with #D9BA42

Text Example


Text Example

White with #D9BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA42; }

 p { color: rgb(217,186,66); }

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

background-color css

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

 a { background-color: rgb(217,186,66); }

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

border-color css

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

 span { border-color: rgb(217,186,66); }

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