Html Css Color HEX #D6DE60 Goldenrod

📋 copy color: '#D6DE60'

red 214 ◦ green 222 ◦ blue 96

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

Shades of Goldenrod #D6DE60

Tints of Goldenrod #D6DE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 40.23%
G = 41.73%
B = 18.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D6DE60 (or 0xD6DE60) is known color: Goldenrod. HEX triplet: D6, DE and 60. RGB value is (214,222,96). Sum of RGB (Red+Green+Blue) = 214+222+96=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE60 is #29219F. Grayscale: #CDCDCD. Windows color (decimal): -2695584 or 6348502. OLE color: 6348502.

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

Color convert

RGB 214 222 96 -
CMYK 0.04 0 0.57 0.13
HSL 63.81º 0.66% 0.62% -
HSV(B) 63.81º 0.57% 0.87% -
XYZ 55.96 67.38 21.12 -
YUV 205.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 214 222 96 0.04 0 0.57 0.13 63.81 0.66 0.62
Hex D6 DE 60 4 0 39 D 40 42 3E
Octal 326 336 140 4 0 71 15 100 102 76
Binary 11010110 11011110 1100000 100 0 111001 1101 1000000 1000010 111110

Color Harmonies of #D6DE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE60

Black with #D6DE60

Text Example


Text Example

White with #D6DE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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