Html Css Color HEX #D6B83B Old Gold

📋 copy color: '#D6B83B'

red 214 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #D6B83B

Tints of Old Gold #D6B83B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 46.83%
G = 40.26%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6B83B (or 0xD6B83B) is known color: Old Gold. HEX triplet: D6, B8 and 3B. RGB value is (214,184,59). Sum of RGB (Red+Green+Blue) = 214+184+59=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B83B is #2947C4. Grayscale: #B3B3B3. Windows color (decimal): -2705349 or 3913942. OLE color: 3913942.

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

Color convert

RGB 214 184 59 -
CMYK 0 0.14 0.72 0.16
HSL 48.39º 0.65% 0.54% -
HSV(B) 48.39º 0.72% 0.84% -
XYZ 45.66 48.89 11.17 -
YUV 178.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 214 184 59 0 0.14 0.72 0.16 48.39 0.65 0.54
Hex D6 B8 3B 0 E 48 10 30 41 36
Octal 326 270 73 0 16 110 20 60 101 66
Binary 11010110 10111000 111011 0 1110 1001000 10000 110000 1000001 110110

Color Harmonies of #D6B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B83B

Black with #D6B83B

Text Example


Text Example

White with #D6B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B83B; }

 p { color: rgb(214,184,59); }

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

background-color css

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

 a { background-color: rgb(214,184,59); }

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

border-color css

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

 span { border-color: rgb(214,184,59); }

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