Html Css Color HEX #D9DA65 Goldenrod

📋 copy color: '#D9DA65'

red 217 ◦ green 218 ◦ blue 101

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

Shades of Goldenrod #D9DA65

Tints of Goldenrod #D9DA65

RGB

 RED value IS 217 (85.16% from 255) = 40.49%

 GREEN value IS 218 (85.55% from 255) = 40.67%

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

R = 40.49%
G = 40.67%
B = 18.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9DA65 (or 0xD9DA65) is known color: Goldenrod. HEX triplet: D9, DA and 65. RGB value is (217,218,101). Sum of RGB (Red+Green+Blue) = 217+218+101=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA65 is #26259A. Grayscale: #CCCCCC. Windows color (decimal): -2499995 or 6675161. OLE color: 6675161.

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

Color convert

RGB 217 218 101 -
CMYK 0.00 0 0.54 0.15
HSL 60.51º 0.61% 0.63% -
HSV(B) 60.51º 0.54% 0.85% -
XYZ 56.04 65.83 22.07 -
YUV 204.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 217 218 101 0.00 0 0.54 0.15 60.51 0.61 0.63
Hex D9 DA 65 0 0 36 F 3D 3D 3F
Octal 331 332 145 0 0 66 17 75 75 77
Binary 11011001 11011010 1100101 0 0 110110 1111 111101 111101 111111

Color Harmonies of #D9DA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA65

Black with #D9DA65

Text Example


Text Example

White with #D9DA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA65; }

 p { color: rgb(217,218,101); }

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

background-color css

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

 a { background-color: rgb(217,218,101); }

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

border-color css

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

 span { border-color: rgb(217,218,101); }

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