Html Css Color HEX #D6B64B Old Gold

📋 copy color: '#D6B64B'

red 214 ◦ green 182 ◦ blue 75

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

Shades of Old Gold #D6B64B

Tints of Old Gold #D6B64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 45.44%
G = 38.64%
B = 15.92%

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

#D6B64B (or 0xD6B64B) is known color: Old Gold. HEX triplet: D6, B6 and 4B. RGB value is (214,182,75). Sum of RGB (Red+Green+Blue) = 214+182+75=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B64B is #2949B4. Grayscale: #B3B3B3. Windows color (decimal): -2705845 or 4962006. OLE color: 4962006.

HSL color Cylindrical-coordinate representation of color #D6B64B: hue angle of 46.19º 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 #D6B64B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 75 -
CMYK 0 0.15 0.65 0.16
HSL 46.19º 0.63% 0.57% -
HSV(B) 46.19º 0.65% 0.84% -
XYZ 45.73 48.26 13.56 -
YUV 179.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 214 182 75 0 0.15 0.65 0.16 46.19 0.63 0.57
Hex D6 B6 4B 0 F 41 10 2E 3F 39
Octal 326 266 113 0 17 101 20 56 77 71
Binary 11010110 10110110 1001011 0 1111 1000001 10000 101110 111111 111001

Color Harmonies of #D6B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B64B

Black with #D6B64B

Text Example


Text Example

White with #D6B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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