Html Css Color HEX #D6B932 Old Gold

📋 copy color: '#D6B932'

red 214 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #D6B932

Tints of Old Gold #D6B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 47.66%
G = 41.2%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6B932 (or 0xD6B932) is known color: Old Gold. HEX triplet: D6, B9 and 32. RGB value is (214,185,50). Sum of RGB (Red+Green+Blue) = 214+185+50=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B932 is #2946CD. Grayscale: #B2B2B2. Windows color (decimal): -2705102 or 3324374. OLE color: 3324374.

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

Color convert

RGB 214 185 50 -
CMYK 0 0.14 0.77 0.16
HSL 49.39º 0.67% 0.52% -
HSV(B) 49.39º 0.77% 0.84% -
XYZ 45.66 49.22 10.11 -
YUV 178.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 214 185 50 0 0.14 0.77 0.16 49.39 0.67 0.52
Hex D6 B9 32 0 E 4D 10 31 43 34
Octal 326 271 62 0 16 115 20 61 103 64
Binary 11010110 10111001 110010 0 1110 1001101 10000 110001 1000011 110100

Color Harmonies of #D6B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B932

Black with #D6B932

Text Example


Text Example

White with #D6B932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B932; }

 p { color: rgb(214,185,50); }

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

background-color css

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

 a { background-color: rgb(214,185,50); }

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

border-color css

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

 span { border-color: rgb(214,185,50); }

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