Html Css Color HEX #D6B54B Old Gold

📋 copy color: '#D6B54B'

red 214 ◦ green 181 ◦ blue 75

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

Shades of Old Gold #D6B54B

Tints of Old Gold #D6B54B

RGB

 RED value IS 214 (83.98% from 255) = 45.53%

 GREEN value IS 181 (71.09% from 255) = 38.51%

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

R = 45.53%
G = 38.51%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6B54B (or 0xD6B54B) is known color: Old Gold. HEX triplet: D6, B5 and 4B. RGB value is (214,181,75). Sum of RGB (Red+Green+Blue) = 214+181+75=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B54B is #294AB4. Grayscale: #B3B3B3. Windows color (decimal): -2706101 or 4961750. OLE color: 4961750.

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

Color convert

RGB 214 181 75 -
CMYK 0 0.15 0.65 0.16
HSL 45.76º 0.63% 0.57% -
HSV(B) 45.76º 0.65% 0.84% -
XYZ 45.53 47.85 13.49 -
YUV 178.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 214 181 75 0 0.15 0.65 0.16 45.76 0.63 0.57
Hex D6 B5 4B 0 F 41 10 2E 3F 39
Octal 326 265 113 0 17 101 20 56 77 71
Binary 11010110 10110101 1001011 0 1111 1000001 10000 101110 111111 111001

Color Harmonies of #D6B54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B54B

Black with #D6B54B

Text Example


Text Example

White with #D6B54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B54B; }

 p { color: rgb(214,181,75); }

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

background-color css

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

 a { background-color: rgb(214,181,75); }

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

border-color css

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

 span { border-color: rgb(214,181,75); }

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