Html Css Color HEX #D5D966 Goldenrod

📋 copy color: '#D5D966'

red 213 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #D5D966

Tints of Goldenrod #D5D966

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

 GREEN value IS 217 (85.16% from 255) = 40.79%

 BLUE value IS 102 (40.23% from 255) = 19.17%

R = 40.04%
G = 40.79%
B = 19.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D5D966 (or 0xD5D966) is known color: Goldenrod. HEX triplet: D5, D9 and 66. RGB value is (213,217,102). Sum of RGB (Red+Green+Blue) = 213+217+102=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D966 is #2A2699. Grayscale: #CBCBCB. Windows color (decimal): -2762394 or 6740437. OLE color: 6740437.

HSL color Cylindrical-coordinate representation of color #D5D966: hue angle of 62.09º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5D966 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 102 -
CMYK 0.02 0 0.53 0.15
HSL 62.09º 0.6% 0.63% -
HSV(B) 62.09º 0.53% 0.85% -
XYZ 54.65 64.73 22.18 -
YUV 202.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 213 217 102 0.02 0 0.53 0.15 62.09 0.6 0.63
Hex D5 D9 66 2 0 35 F 3E 3C 3F
Octal 325 331 146 2 0 65 17 76 74 77
Binary 11010101 11011001 1100110 10 0 110101 1111 111110 111100 111111

Color Harmonies of #D5D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D966

Black with #D5D966

Text Example


Text Example

White with #D5D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D966; }

 p { color: rgb(213,217,102); }

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

background-color css

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

 a { background-color: rgb(213,217,102); }

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

border-color css

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

 span { border-color: rgb(213,217,102); }

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