Html Css Color HEX #D6DE7C Goldenrod

📋 copy color: '#D6DE7C'

red 214 ◦ green 222 ◦ blue 124

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

Shades of Goldenrod #D6DE7C

Tints of Goldenrod #D6DE7C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 38.21%
G = 39.64%
B = 22.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#D6DE7C (or 0xD6DE7C) is known color: Goldenrod. HEX triplet: D6, DE and 7C. RGB value is (214,222,124). Sum of RGB (Red+Green+Blue) = 214+222+124=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE7C is #292183. Grayscale: #D0D0D0. Windows color (decimal): -2695556 or 8183510. OLE color: 8183510.

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

Color convert

RGB 214 222 124 -
CMYK 0.04 0 0.44 0.13
HSL 64.9º 0.6% 0.68% -
HSV(B) 64.9º 0.44% 0.87% -
XYZ 57.49 67.99 29.16 -
YUV 208.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 214 222 124 0.04 0 0.44 0.13 64.9 0.6 0.68
Hex D6 DE 7C 4 0 2C D 41 3C 44
Octal 326 336 174 4 0 54 15 101 74 104
Binary 11010110 11011110 1111100 100 0 101100 1101 1000001 111100 1000100

Color Harmonies of #D6DE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE7C

Black with #D6DE7C

Text Example


Text Example

White with #D6DE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE7C; }

 p { color: rgb(214,222,124); }

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

background-color css

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

 a { background-color: rgb(214,222,124); }

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

border-color css

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

 span { border-color: rgb(214,222,124); }

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