Html Css Color HEX #D6DD63 Goldenrod

📋 copy color: '#D6DD63'

red 214 ◦ green 221 ◦ blue 99

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

Shades of Goldenrod #D6DD63

Tints of Goldenrod #D6DD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.54%

R = 40.07%
G = 41.39%
B = 18.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#D6DD63 (or 0xD6DD63) is known color: Goldenrod. HEX triplet: D6, DD and 63. RGB value is (214,221,99). Sum of RGB (Red+Green+Blue) = 214+221+99=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD63 is #29229C. Grayscale: #CDCDCD. Windows color (decimal): -2695837 or 6544854. OLE color: 6544854.

HSL color Cylindrical-coordinate representation of color #D6DD63: hue angle of 63.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6DD63 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 99 -
CMYK 0.03 0 0.55 0.13
HSL 63.44º 0.64% 0.63% -
HSV(B) 63.44º 0.55% 0.87% -
XYZ 55.84 66.91 21.78 -
YUV 205 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 214 221 99 0.03 0 0.55 0.13 63.44 0.64 0.63
Hex D6 DD 63 3 0 37 D 3F 40 3F
Octal 326 335 143 3 0 67 15 77 100 77
Binary 11010110 11011101 1100011 11 0 110111 1101 111111 1000000 111111

Color Harmonies of #D6DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD63

Black with #D6DD63

Text Example


Text Example

White with #D6DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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