Html Css Color HEX #D6D673 Goldenrod

📋 copy color: '#D6D673'

red 214 ◦ green 214 ◦ blue 115

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

Shades of Goldenrod #D6D673

Tints of Goldenrod #D6D673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.41%

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 39.41%
G = 39.41%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6D673 (or 0xD6D673) is known color: Goldenrod. HEX triplet: D6, D6 and 73. RGB value is (214,214,115). Sum of RGB (Red+Green+Blue) = 214+214+115=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D673 is #29298C. Grayscale: #CBCBCB. Windows color (decimal): -2697613 or 7591638. OLE color: 7591638.

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

Color convert

RGB 214 214 115 -
CMYK 0 0 0.46 0.16
HSL 60º 0.55% 0.65% -
HSV(B) 60º 0.46% 0.84% -
XYZ 54.87 63.63 25.61 -
YUV 202.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 214 214 115 0 0 0.46 0.16 60 0.55 0.65
Hex D6 D6 73 0 0 2E 10 3C 37 41
Octal 326 326 163 0 0 56 20 74 67 101
Binary 11010110 11010110 1110011 0 0 101110 10000 111100 110111 1000001

Color Harmonies of #D6D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D673

Black with #D6D673

Text Example


Text Example

White with #D6D673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D673; }

 p { color: rgb(214,214,115); }

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

background-color css

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

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

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

border-color css

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

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

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