Html Css Color HEX #D6D071 Goldenrod

📋 copy color: '#D6D071'

red 214 ◦ green 208 ◦ blue 113

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

Shades of Goldenrod #D6D071

Tints of Goldenrod #D6D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 40%
G = 38.88%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6D071 (or 0xD6D071) is known color: Goldenrod. HEX triplet: D6, D0 and 71. RGB value is (214,208,113). Sum of RGB (Red+Green+Blue) = 214+208+113=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D071 is #292F8E. Grayscale: #C7C7C7. Windows color (decimal): -2699151 or 7459030. OLE color: 7459030.

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

Color convert

RGB 214 208 113 -
CMYK 0 0.03 0.47 0.16
HSL 56.44º 0.55% 0.64% -
HSV(B) 56.44º 0.47% 0.84% -
XYZ 53.27 60.6 24.51 -
YUV 198.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 214 208 113 0 0.03 0.47 0.16 56.44 0.55 0.64
Hex D6 D0 71 0 3 2F 10 38 37 40
Octal 326 320 161 0 3 57 20 70 67 100
Binary 11010110 11010000 1110001 0 11 101111 10000 111000 110111 1000000

Color Harmonies of #D6D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D071

Black with #D6D071

Text Example


Text Example

White with #D6D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D071; }

 p { color: rgb(214,208,113); }

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

background-color css

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

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

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

border-color css

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

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

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