Html Css Color HEX #D6DD7F Goldenrod

📋 copy color: '#D6DD7F'

red 214 ◦ green 221 ◦ blue 127

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

Shades of Goldenrod #D6DD7F

Tints of Goldenrod #D6DD7F

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

 GREEN value IS 221 (86.72% from 255) = 39.32%

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

R = 38.08%
G = 39.32%
B = 22.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#D6DD7F (or 0xD6DD7F) is known color: Goldenrod. HEX triplet: D6, DD and 7F. RGB value is (214,221,127). Sum of RGB (Red+Green+Blue) = 214+221+127=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD7F is #292280. Grayscale: #D0D0D0. Windows color (decimal): -2695809 or 8379862. OLE color: 8379862.

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

Color convert

RGB 214 221 127 -
CMYK 0.03 0 0.43 0.13
HSL 64.47º 0.58% 0.68% -
HSV(B) 64.47º 0.43% 0.87% -
XYZ 57.42 67.54 30.09 -
YUV 208.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 214 221 127 0.03 0 0.43 0.13 64.47 0.58 0.68
Hex D6 DD 7F 3 0 2B D 40 3A 44
Octal 326 335 177 3 0 53 15 100 72 104
Binary 11010110 11011101 1111111 11 0 101011 1101 1000000 111010 1000100

Color Harmonies of #D6DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD7F

Black with #D6DD7F

Text Example


Text Example

White with #D6DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD7F; }

 p { color: rgb(214,221,127); }

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

background-color css

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

 a { background-color: rgb(214,221,127); }

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

border-color css

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

 span { border-color: rgb(214,221,127); }

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