Html Css Color HEX #D5DF7F Goldenrod

📋 copy color: '#D5DF7F'

red 213 ◦ green 223 ◦ blue 127

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

Shades of Goldenrod #D5DF7F

Tints of Goldenrod #D5DF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.61%

 BLUE value IS 127 (50% from 255) = 22.56%

R = 37.83%
G = 39.61%
B = 22.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#D5DF7F (or 0xD5DF7F) is known color: Goldenrod. HEX triplet: D5, DF and 7F. RGB value is (213,223,127). Sum of RGB (Red+Green+Blue) = 213+223+127=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF7F is #2A2080. Grayscale: #D1D1D1. Windows color (decimal): -2760833 or 8380373. OLE color: 8380373.

HSL color Cylindrical-coordinate representation of color #D5DF7F: hue angle of 66.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5DF7F is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 127 -
CMYK 0.04 0 0.43 0.13
HSL 66.25º 0.6% 0.69% -
HSV(B) 66.25º 0.43% 0.87% -
XYZ 57.66 68.45 30.25 -
YUV 209.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 213 223 127 0.04 0 0.43 0.13 66.25 0.6 0.69
Hex D5 DF 7F 4 0 2B D 42 3C 45
Octal 325 337 177 4 0 53 15 102 74 105
Binary 11010101 11011111 1111111 100 0 101011 1101 1000010 111100 1000101

Color Harmonies of #D5DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF7F

Black with #D5DF7F

Text Example


Text Example

White with #D5DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF7F; }

 p { color: rgb(213,223,127); }

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

background-color css

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

 a { background-color: rgb(213,223,127); }

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

border-color css

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

 span { border-color: rgb(213,223,127); }

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