Html Css Color HEX #D1BB44 Old Gold

📋 copy color: '#D1BB44'

red 209 ◦ green 187 ◦ blue 68

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

Shades of Old Gold #D1BB44

Tints of Old Gold #D1BB44

RGB

 RED value IS 209 (82.03% from 255) = 45.04%

 GREEN value IS 187 (73.44% from 255) = 40.3%

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 45.04%
G = 40.3%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1BB44 (or 0xD1BB44) is known color: Old Gold. HEX triplet: D1, BB and 44. RGB value is (209,187,68). Sum of RGB (Red+Green+Blue) = 209+187+68=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BB44 is #2E44BB. Grayscale: #B4B4B4. Windows color (decimal): -3032252 or 4504529. OLE color: 4504529.

HSL color Cylindrical-coordinate representation of color #D1BB44: hue angle of 50.64º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1BB44 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 187 68 -
CMYK 0 0.11 0.67 0.18
HSL 50.64º 0.61% 0.54% -
HSV(B) 50.64º 0.67% 0.82% -
XYZ 45.11 49.51 12.65 -
YUV 180.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 209 187 68 0 0.11 0.67 0.18 50.64 0.61 0.54
Hex D1 BB 44 0 B 43 12 33 3D 36
Octal 321 273 104 0 13 103 22 63 75 66
Binary 11010001 10111011 1000100 0 1011 1000011 10010 110011 111101 110110

Color Harmonies of #D1BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB44

Black with #D1BB44

Text Example


Text Example

White with #D1BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB44; }

 p { color: rgb(209,187,68); }

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

background-color css

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

 a { background-color: rgb(209,187,68); }

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

border-color css

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

 span { border-color: rgb(209,187,68); }

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