Html Css Color HEX #D5D665 Goldenrod

📋 copy color: '#D5D665'

red 213 ◦ green 214 ◦ blue 101

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

Shades of Goldenrod #D5D665

Tints of Goldenrod #D5D665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.53%

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

R = 40.34%
G = 40.53%
B = 19.13%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5D665 (or 0xD5D665) is known color: Goldenrod. HEX triplet: D5, D6 and 65. RGB value is (213,214,101). Sum of RGB (Red+Green+Blue) = 213+214+101=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D665 is #2A299A. Grayscale: #C9C9C9. Windows color (decimal): -2763163 or 6674133. OLE color: 6674133.

HSL color Cylindrical-coordinate representation of color #D5D665: hue angle of 60.53º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5D665 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 101 -
CMYK 0.00 0 0.53 0.16
HSL 60.53º 0.58% 0.62% -
HSV(B) 60.53º 0.53% 0.84% -
XYZ 53.84 63.18 21.67 -
YUV 200.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 213 214 101 0.00 0 0.53 0.16 60.53 0.58 0.62
Hex D5 D6 65 0 0 35 10 3D 3A 3E
Octal 325 326 145 0 0 65 20 75 72 76
Binary 11010101 11010110 1100101 0 0 110101 10000 111101 111010 111110

Color Harmonies of #D5D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D665

Black with #D5D665

Text Example


Text Example

White with #D5D665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D665; }

 p { color: rgb(213,214,101); }

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

background-color css

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

 a { background-color: rgb(213,214,101); }

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

border-color css

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

 span { border-color: rgb(213,214,101); }

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