Html Css Color HEX #D6DE6E Goldenrod

📋 copy color: '#D6DE6E'

red 214 ◦ green 222 ◦ blue 110

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

Shades of Goldenrod #D6DE6E

Tints of Goldenrod #D6DE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.15%

R = 39.19%
G = 40.66%
B = 20.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#D6DE6E (or 0xD6DE6E) is known color: Goldenrod. HEX triplet: D6, DE and 6E. RGB value is (214,222,110). Sum of RGB (Red+Green+Blue) = 214+222+110=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE6E is #292191. Grayscale: #CFCFCF. Windows color (decimal): -2695570 or 7266006. OLE color: 7266006.

HSL color Cylindrical-coordinate representation of color #D6DE6E: hue angle of 64.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6DE6E is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 110 -
CMYK 0.04 0 0.50 0.13
HSL 64.29º 0.63% 0.65% -
HSV(B) 64.29º 0.5% 0.87% -
XYZ 56.67 67.66 24.83 -
YUV 206.84 73.35 133.11 -
System Red Green Blue C M Y K H S L
Decimal 214 222 110 0.04 0 0.50 0.13 64.29 0.63 0.65
Hex D6 DE 6E 4 0 32 D 40 3F 41
Octal 326 336 156 4 0 62 15 100 77 101
Binary 11010110 11011110 1101110 100 0 110010 1101 1000000 111111 1000001

Color Harmonies of #D6DE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE6E

Black with #D6DE6E

Text Example


Text Example

White with #D6DE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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