Html Css Color HEX #D6DE7A Goldenrod

📋 copy color: '#D6DE7A'

red 214 ◦ green 222 ◦ blue 122

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

Shades of Goldenrod #D6DE7A

Tints of Goldenrod #D6DE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.86%

R = 38.35%
G = 39.78%
B = 21.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#D6DE7A (or 0xD6DE7A) is known color: Goldenrod. HEX triplet: D6, DE and 7A. RGB value is (214,222,122). Sum of RGB (Red+Green+Blue) = 214+222+122=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE7A is #292185. Grayscale: #D0D0D0. Windows color (decimal): -2695558 or 8052438. OLE color: 8052438.

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

Color convert

RGB 214 222 122 -
CMYK 0.04 0 0.45 0.13
HSL 64.8º 0.6% 0.67% -
HSV(B) 64.8º 0.45% 0.87% -
XYZ 57.37 67.94 28.5 -
YUV 208.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 214 222 122 0.04 0 0.45 0.13 64.8 0.6 0.67
Hex D6 DE 7A 4 0 2D D 41 3C 43
Octal 326 336 172 4 0 55 15 101 74 103
Binary 11010110 11011110 1111010 100 0 101101 1101 1000001 111100 1000011

Color Harmonies of #D6DE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE7A

Black with #D6DE7A

Text Example


Text Example

White with #D6DE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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