Html Css Color HEX #D7DD65 Goldenrod

📋 copy color: '#D7DD65'

red 215 ◦ green 221 ◦ blue 101

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

Shades of Goldenrod #D7DD65

Tints of Goldenrod #D7DD65

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

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

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 40.04%
G = 41.15%
B = 18.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#D7DD65 (or 0xD7DD65) is known color: Goldenrod. HEX triplet: D7, DD and 65. RGB value is (215,221,101). Sum of RGB (Red+Green+Blue) = 215+221+101=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD65 is #28229A. Grayscale: #CECECE. Windows color (decimal): -2630299 or 6675927. OLE color: 6675927.

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

Color convert

RGB 215 221 101 -
CMYK 0.03 0 0.54 0.13
HSL 63º 0.64% 0.63% -
HSV(B) 63º 0.54% 0.87% -
XYZ 56.23 67.1 22.3 -
YUV 205.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 215 221 101 0.03 0 0.54 0.13 63 0.64 0.63
Hex D7 DD 65 3 0 36 D 3F 40 3F
Octal 327 335 145 3 0 66 15 77 100 77
Binary 11010111 11011101 1100101 11 0 110110 1101 111111 1000000 111111

Color Harmonies of #D7DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DD65

Black with #D7DD65

Text Example


Text Example

White with #D7DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DD65; }

 p { color: rgb(215,221,101); }

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

background-color css

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

 a { background-color: rgb(215,221,101); }

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

border-color css

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

 span { border-color: rgb(215,221,101); }

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