Html Css Color HEX #D5DC71 Goldenrod

📋 copy color: '#D5DC71'

red 213 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #D5DC71

Tints of Goldenrod #D5DC71

RGB

 RED value IS 213 (83.59% from 255) = 39.01%

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

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

R = 39.01%
G = 40.29%
B = 20.7%

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

#D5DC71 (or 0xD5DC71) is known color: Goldenrod. HEX triplet: D5, DC and 71. RGB value is (213,220,113). Sum of RGB (Red+Green+Blue) = 213+220+113=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC71 is #2A238E. Grayscale: #CECECE. Windows color (decimal): -2761615 or 7462101. OLE color: 7462101.

HSL color Cylindrical-coordinate representation of color #D5DC71: hue angle of 63.93º 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 #D5DC71 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 113 -
CMYK 0.03 0 0.49 0.14
HSL 63.93º 0.6% 0.65% -
HSV(B) 63.93º 0.49% 0.86% -
XYZ 56.01 66.52 25.51 -
YUV 205.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 213 220 113 0.03 0 0.49 0.14 63.93 0.6 0.65
Hex D5 DC 71 3 0 31 E 40 3C 41
Octal 325 334 161 3 0 61 16 100 74 101
Binary 11010101 11011100 1110001 11 0 110001 1110 1000000 111100 1000001

Color Harmonies of #D5DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC71

Black with #D5DC71

Text Example


Text Example

White with #D5DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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