Html Css Color HEX #D5DA61 Goldenrod

📋 copy color: '#D5DA61'

red 213 ◦ green 218 ◦ blue 97

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

Shades of Goldenrod #D5DA61

Tints of Goldenrod #D5DA61

RGB

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

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

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

R = 40.34%
G = 41.29%
B = 18.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D5DA61 (or 0xD5DA61) is known color: Goldenrod. HEX triplet: D5, DA and 61. RGB value is (213,218,97). Sum of RGB (Red+Green+Blue) = 213+218+97=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA61 is #2A259E. Grayscale: #CBCBCB. Windows color (decimal): -2762143 or 6413013. OLE color: 6413013.

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

Color convert

RGB 213 218 97 -
CMYK 0.02 0 0.56 0.15
HSL 62.48º 0.62% 0.62% -
HSV(B) 62.48º 0.56% 0.85% -
XYZ 54.67 65.15 21 -
YUV 202.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 213 218 97 0.02 0 0.56 0.15 62.48 0.62 0.62
Hex D5 DA 61 2 0 38 F 3E 3E 3E
Octal 325 332 141 2 0 70 17 76 76 76
Binary 11010101 11011010 1100001 10 0 111000 1111 111110 111110 111110

Color Harmonies of #D5DA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA61

Black with #D5DA61

Text Example


Text Example

White with #D5DA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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