Html Css Color HEX #D6DC71 Goldenrod

📋 copy color: '#D6DC71'

red 214 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #D6DC71

Tints of Goldenrod #D6DC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

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

R = 39.12%
G = 40.22%
B = 20.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#D6DC71 (or 0xD6DC71) is known color: Goldenrod. HEX triplet: D6, DC and 71. RGB value is (214,220,113). Sum of RGB (Red+Green+Blue) = 214+220+113=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC71 is #29238E. Grayscale: #CECECE. Windows color (decimal): -2696079 or 7462102. OLE color: 7462102.

HSL color Cylindrical-coordinate representation of color #D6DC71: hue angle of 63.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6DC71 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 113 -
CMYK 0.03 0 0.49 0.14
HSL 63.36º 0.6% 0.65% -
HSV(B) 63.36º 0.49% 0.86% -
XYZ 56.31 66.67 25.52 -
YUV 206.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 214 220 113 0.03 0 0.49 0.14 63.36 0.6 0.65
Hex D6 DC 71 3 0 31 E 3F 3C 41
Octal 326 334 161 3 0 61 16 77 74 101
Binary 11010110 11011100 1110001 11 0 110001 1110 111111 111100 1000001

Color Harmonies of #D6DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC71

Black with #D6DC71

Text Example


Text Example

White with #D6DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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