Html Css Color HEX #D6B736 Old Gold

📋 copy color: '#D6B736'

red 214 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #D6B736

Tints of Old Gold #D6B736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 54 (21.48% from 255) = 11.97%

R = 47.45%
G = 40.58%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6B736 (or 0xD6B736) is known color: Old Gold. HEX triplet: D6, B7 and 36. RGB value is (214,183,54). Sum of RGB (Red+Green+Blue) = 214+183+54=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B736 is #2948C9. Grayscale: #B2B2B2. Windows color (decimal): -2705610 or 3586006. OLE color: 3586006.

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

Color convert

RGB 214 183 54 -
CMYK 0 0.14 0.75 0.16
HSL 48.38º 0.66% 0.53% -
HSV(B) 48.38º 0.75% 0.84% -
XYZ 45.33 48.43 10.45 -
YUV 177.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 214 183 54 0 0.14 0.75 0.16 48.38 0.66 0.53
Hex D6 B7 36 0 E 4B 10 30 42 35
Octal 326 267 66 0 16 113 20 60 102 65
Binary 11010110 10110111 110110 0 1110 1001011 10000 110000 1000010 110101

Color Harmonies of #D6B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B736

Black with #D6B736

Text Example


Text Example

White with #D6B736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B736; }

 p { color: rgb(214,183,54); }

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

background-color css

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

 a { background-color: rgb(214,183,54); }

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

border-color css

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

 span { border-color: rgb(214,183,54); }

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