Html Css Color HEX #D5DA73 Goldenrod

📋 copy color: '#D5DA73'

red 213 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #D5DA73

Tints of Goldenrod #D5DA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 39.01%
G = 39.93%
B = 21.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D5DA73 (or 0xD5DA73) is known color: Goldenrod. HEX triplet: D5, DA and 73. RGB value is (213,218,115). Sum of RGB (Red+Green+Blue) = 213+218+115=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA73 is #2A258C. Grayscale: #CDCDCD. Windows color (decimal): -2762125 or 7592661. OLE color: 7592661.

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

Color convert

RGB 213 218 115 -
CMYK 0.02 0 0.47 0.15
HSL 62.91º 0.58% 0.65% -
HSV(B) 62.91º 0.47% 0.85% -
XYZ 55.61 65.53 25.94 -
YUV 204.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 213 218 115 0.02 0 0.47 0.15 62.91 0.58 0.65
Hex D5 DA 73 2 0 2F F 3F 3A 41
Octal 325 332 163 2 0 57 17 77 72 101
Binary 11010101 11011010 1110011 10 0 101111 1111 111111 111010 1000001

Color Harmonies of #D5DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA73

Black with #D5DA73

Text Example


Text Example

White with #D5DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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