Html Css Color HEX #D6DD75 Goldenrod

📋 copy color: '#D6DD75'

red 214 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #D6DD75

Tints of Goldenrod #D6DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.2%

R = 38.77%
G = 40.04%
B = 21.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D6DD75 (or 0xD6DD75) is known color: Goldenrod. HEX triplet: D6, DD and 75. RGB value is (214,221,117). Sum of RGB (Red+Green+Blue) = 214+221+117=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD75 is #29228A. Grayscale: #CFCFCF. Windows color (decimal): -2695819 or 7724502. OLE color: 7724502.

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

Color convert

RGB 214 221 117 -
CMYK 0.03 0 0.47 0.13
HSL 64.04º 0.6% 0.66% -
HSV(B) 64.04º 0.47% 0.87% -
XYZ 56.8 67.29 26.82 -
YUV 207.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 214 221 117 0.03 0 0.47 0.13 64.04 0.6 0.66
Hex D6 DD 75 3 0 2F D 40 3C 42
Octal 326 335 165 3 0 57 15 100 74 102
Binary 11010110 11011101 1110101 11 0 101111 1101 1000000 111100 1000010

Color Harmonies of #D6DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD75

Black with #D6DD75

Text Example


Text Example

White with #D6DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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