Html Css Color HEX #D6DD60 Goldenrod

📋 copy color: '#D6DD60'

red 214 ◦ green 221 ◦ blue 96

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

Shades of Goldenrod #D6DD60

Tints of Goldenrod #D6DD60

RGB

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

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

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

R = 40.3%
G = 41.62%
B = 18.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D6DD60 (or 0xD6DD60) is known color: Goldenrod. HEX triplet: D6, DD and 60. RGB value is (214,221,96). Sum of RGB (Red+Green+Blue) = 214+221+96=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD60 is #29229F. Grayscale: #CDCDCD. Windows color (decimal): -2695840 or 6348246. OLE color: 6348246.

HSL color Cylindrical-coordinate representation of color #D6DD60: hue angle of 63.36º degrees, saturation: 0.65, 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 #D6DD60 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 96 -
CMYK 0.03 0 0.57 0.13
HSL 63.36º 0.65% 0.62% -
HSV(B) 63.36º 0.57% 0.87% -
XYZ 55.7 66.85 21.03 -
YUV 204.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 214 221 96 0.03 0 0.57 0.13 63.36 0.65 0.62
Hex D6 DD 60 3 0 39 D 3F 41 3E
Octal 326 335 140 3 0 71 15 77 101 76
Binary 11010110 11011101 1100000 11 0 111001 1101 111111 1000001 111110

Color Harmonies of #D6DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD60

Black with #D6DD60

Text Example


Text Example

White with #D6DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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