Html Css Color HEX #D5DC70 Goldenrod

📋 copy color: '#D5DC70'

red 213 ◦ green 220 ◦ blue 112

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

Shades of Goldenrod #D5DC70

Tints of Goldenrod #D5DC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 39.08%
G = 40.37%
B = 20.55%

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

#D5DC70 (or 0xD5DC70) is known color: Goldenrod. HEX triplet: D5, DC and 70. RGB value is (213,220,112). Sum of RGB (Red+Green+Blue) = 213+220+112=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC70 is #2A238F. Grayscale: #CECECE. Windows color (decimal): -2761616 or 7396565. OLE color: 7396565.

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

Color convert

RGB 213 220 112 -
CMYK 0.03 0 0.49 0.14
HSL 63.89º 0.61% 0.65% -
HSV(B) 63.89º 0.49% 0.86% -
XYZ 55.96 66.5 25.22 -
YUV 205.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 213 220 112 0.03 0 0.49 0.14 63.89 0.61 0.65
Hex D5 DC 70 3 0 31 E 40 3D 41
Octal 325 334 160 3 0 61 16 100 75 101
Binary 11010101 11011100 1110000 11 0 110001 1110 1000000 111101 1000001

Color Harmonies of #D5DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC70

Black with #D5DC70

Text Example


Text Example

White with #D5DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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