Html Css Color HEX #D9D465 Goldenrod

📋 copy color: '#D9D465'

red 217 ◦ green 212 ◦ blue 101

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

Shades of Goldenrod #D9D465

Tints of Goldenrod #D9D465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 40.94%
G = 40%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9D465 (or 0xD9D465) is known color: Goldenrod. HEX triplet: D9, D4 and 65. RGB value is (217,212,101). Sum of RGB (Red+Green+Blue) = 217+212+101=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D465 is #262B9A. Grayscale: #C9C9C9. Windows color (decimal): -2501531 or 6673625. OLE color: 6673625.

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

Color convert

RGB 217 212 101 -
CMYK 0 0.02 0.53 0.15
HSL 57.41º 0.6% 0.62% -
HSV(B) 57.41º 0.53% 0.85% -
XYZ 54.51 62.78 21.56 -
YUV 200.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 217 212 101 0 0.02 0.53 0.15 57.41 0.6 0.62
Hex D9 D4 65 0 2 35 F 39 3C 3E
Octal 331 324 145 0 2 65 17 71 74 76
Binary 11011001 11010100 1100101 0 10 110101 1111 111001 111100 111110

Color Harmonies of #D9D465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D465

Black with #D9D465

Text Example


Text Example

White with #D9D465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D465; }

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

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

background-color css

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

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

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

border-color css

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

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

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