Html Css Color HEX #D6B348 Old Gold

📋 copy color: '#D6B348'

red 214 ◦ green 179 ◦ blue 72

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

Shades of Old Gold #D6B348

Tints of Old Gold #D6B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.49%

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 46.02%
G = 38.49%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6B348 (or 0xD6B348) is known color: Old Gold. HEX triplet: D6, B3 and 48. RGB value is (214,179,72). Sum of RGB (Red+Green+Blue) = 214+179+72=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B348 is #294CB7. Grayscale: #B1B1B1. Windows color (decimal): -2706616 or 4764630. OLE color: 4764630.

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

Color convert

RGB 214 179 72 -
CMYK 0 0.16 0.66 0.16
HSL 45.21º 0.63% 0.56% -
HSV(B) 45.21º 0.66% 0.84% -
XYZ 45.02 47 12.83 -
YUV 177.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 214 179 72 0 0.16 0.66 0.16 45.21 0.63 0.56
Hex D6 B3 48 0 10 42 10 2D 3F 38
Octal 326 263 110 0 20 102 20 55 77 70
Binary 11010110 10110011 1001000 0 10000 1000010 10000 101101 111111 111000

Color Harmonies of #D6B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B348

Black with #D6B348

Text Example


Text Example

White with #D6B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B348; }

 p { color: rgb(214,179,72); }

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

background-color css

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

 a { background-color: rgb(214,179,72); }

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

border-color css

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

 span { border-color: rgb(214,179,72); }

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