Html Css Color HEX #D5DF61 Goldenrod

📋 copy color: '#D5DF61'

red 213 ◦ green 223 ◦ blue 97

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

Shades of Goldenrod #D5DF61

Tints of Goldenrod #D5DF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.84%

 BLUE value IS 97 (38.28% from 255) = 18.2%

R = 39.96%
G = 41.84%
B = 18.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D5DF61 (or 0xD5DF61) is known color: Goldenrod. HEX triplet: D5, DF and 61. RGB value is (213,223,97). Sum of RGB (Red+Green+Blue) = 213+223+97=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF61 is #2A209E. Grayscale: #CECECE. Windows color (decimal): -2760863 or 6414293. OLE color: 6414293.

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

Color convert

RGB 213 223 97 -
CMYK 0.04 0 0.57 0.13
HSL 64.76º 0.66% 0.63% -
HSV(B) 64.76º 0.57% 0.87% -
XYZ 55.99 67.78 21.44 -
YUV 205.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 213 223 97 0.04 0 0.57 0.13 64.76 0.66 0.63
Hex D5 DF 61 4 0 39 D 41 42 3F
Octal 325 337 141 4 0 71 15 101 102 77
Binary 11010101 11011111 1100001 100 0 111001 1101 1000001 1000010 111111

Color Harmonies of #D5DF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF61

Black with #D5DF61

Text Example


Text Example

White with #D5DF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF61; }

 p { color: rgb(213,223,97); }

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

background-color css

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

 a { background-color: rgb(213,223,97); }

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

border-color css

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

 span { border-color: rgb(213,223,97); }

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