Html Css Color HEX #D5DC7C Goldenrod

📋 copy color: '#D5DC7C'

red 213 ◦ green 220 ◦ blue 124

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

Shades of Goldenrod #D5DC7C

Tints of Goldenrod #D5DC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 38.24%
G = 39.5%
B = 22.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#D5DC7C (or 0xD5DC7C) is known color: Goldenrod. HEX triplet: D5, DC and 7C. RGB value is (213,220,124). Sum of RGB (Red+Green+Blue) = 213+220+124=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC7C is #2A2383. Grayscale: #CFCFCF. Windows color (decimal): -2761604 or 8182997. OLE color: 8182997.

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

Color convert

RGB 213 220 124 -
CMYK 0.03 0 0.44 0.14
HSL 64.38º 0.58% 0.67% -
HSV(B) 64.38º 0.44% 0.86% -
XYZ 56.67 66.79 28.97 -
YUV 206.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 213 220 124 0.03 0 0.44 0.14 64.38 0.58 0.67
Hex D5 DC 7C 3 0 2C E 40 3A 43
Octal 325 334 174 3 0 54 16 100 72 103
Binary 11010101 11011100 1111100 11 0 101100 1110 1000000 111010 1000011

Color Harmonies of #D5DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC7C

Black with #D5DC7C

Text Example


Text Example

White with #D5DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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