Html Css Color HEX #D5BB4B Old Gold

📋 copy color: '#D5BB4B'

red 213 ◦ green 187 ◦ blue 75

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

Shades of Old Gold #D5BB4B

Tints of Old Gold #D5BB4B

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

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

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 44.84%
G = 39.37%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5BB4B (or 0xD5BB4B) is known color: Old Gold. HEX triplet: D5, BB and 4B. RGB value is (213,187,75). Sum of RGB (Red+Green+Blue) = 213+187+75=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB4B is #2A44B4. Grayscale: #B6B6B6. Windows color (decimal): -2770101 or 4963285. OLE color: 4963285.

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

Color convert

RGB 213 187 75 -
CMYK 0 0.12 0.65 0.16
HSL 48.7º 0.62% 0.56% -
HSV(B) 48.7º 0.65% 0.84% -
XYZ 46.48 50.19 13.9 -
YUV 182.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 213 187 75 0 0.12 0.65 0.16 48.7 0.62 0.56
Hex D5 BB 4B 0 C 41 10 31 3E 38
Octal 325 273 113 0 14 101 20 61 76 70
Binary 11010101 10111011 1001011 0 1100 1000001 10000 110001 111110 111000

Color Harmonies of #D5BB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB4B

Black with #D5BB4B

Text Example


Text Example

White with #D5BB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB4B; }

 p { color: rgb(213,187,75); }

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

background-color css

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

 a { background-color: rgb(213,187,75); }

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

border-color css

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

 span { border-color: rgb(213,187,75); }

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