Html Css Color HEX #D5DC75 Goldenrod

📋 copy color: '#D5DC75'

red 213 ◦ green 220 ◦ blue 117

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

Shades of Goldenrod #D5DC75

Tints of Goldenrod #D5DC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.27%

R = 38.73%
G = 40%
B = 21.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#D5DC75 (or 0xD5DC75) is known color: Goldenrod. HEX triplet: D5, DC and 75. RGB value is (213,220,117). Sum of RGB (Red+Green+Blue) = 213+220+117=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC75 is #2A238A. Grayscale: #CECECE. Windows color (decimal): -2761611 or 7724245. OLE color: 7724245.

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

Color convert

RGB 213 220 117 -
CMYK 0.03 0 0.47 0.14
HSL 64.08º 0.6% 0.66% -
HSV(B) 64.08º 0.47% 0.86% -
XYZ 56.24 66.62 26.72 -
YUV 206.17 77.68 132.88 -
System Red Green Blue C M Y K H S L
Decimal 213 220 117 0.03 0 0.47 0.14 64.08 0.6 0.66
Hex D5 DC 75 3 0 2F E 40 3C 42
Octal 325 334 165 3 0 57 16 100 74 102
Binary 11010101 11011100 1110101 11 0 101111 1110 1000000 111100 1000010

Color Harmonies of #D5DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC75

Black with #D5DC75

Text Example


Text Example

White with #D5DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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