Html Css Color HEX #D7BB45 Old Gold

📋 copy color: '#D7BB45'

red 215 ◦ green 187 ◦ blue 69

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

Shades of Old Gold #D7BB45

Tints of Old Gold #D7BB45

RGB

 RED value IS 215 (84.38% from 255) = 45.65%

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

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 45.65%
G = 39.7%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D7BB45 (or 0xD7BB45) is known color: Old Gold. HEX triplet: D7, BB and 45. RGB value is (215,187,69). Sum of RGB (Red+Green+Blue) = 215+187+69=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB45 is #2844BA. Grayscale: #B6B6B6. Windows color (decimal): -2639035 or 4570071. OLE color: 4570071.

HSL color Cylindrical-coordinate representation of color #D7BB45: hue angle of 48.49º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7BB45 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 187 69 -
CMYK 0 0.13 0.68 0.16
HSL 48.49º 0.65% 0.56% -
HSV(B) 48.49º 0.68% 0.84% -
XYZ 46.87 50.42 12.89 -
YUV 181.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 215 187 69 0 0.13 0.68 0.16 48.49 0.65 0.56
Hex D7 BB 45 0 D 44 10 30 41 38
Octal 327 273 105 0 15 104 20 60 101 70
Binary 11010111 10111011 1000101 0 1101 1000100 10000 110000 1000001 111000

Color Harmonies of #D7BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB45

Black with #D7BB45

Text Example


Text Example

White with #D7BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB45; }

 p { color: rgb(215,187,69); }

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

background-color css

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

 a { background-color: rgb(215,187,69); }

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

border-color css

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

 span { border-color: rgb(215,187,69); }

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