Html Css Color HEX #D9DA74 Goldenrod

📋 copy color: '#D9DA74'

red 217 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #D9DA74

Tints of Goldenrod #D9DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 39.38%
G = 39.56%
B = 21.05%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9DA74 (or 0xD9DA74) is known color: Goldenrod. HEX triplet: D9, DA and 74. RGB value is (217,218,116). Sum of RGB (Red+Green+Blue) = 217+218+116=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA74 is #26258B. Grayscale: #CECECE. Windows color (decimal): -2499980 or 7658201. OLE color: 7658201.

HSL color Cylindrical-coordinate representation of color #D9DA74: hue angle of 60.59º 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 #D9DA74 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 116 -
CMYK 0.00 0 0.47 0.15
HSL 60.59º 0.58% 0.65% -
HSV(B) 60.59º 0.47% 0.85% -
XYZ 56.84 66.16 26.3 -
YUV 206.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 217 218 116 0.00 0 0.47 0.15 60.59 0.58 0.65
Hex D9 DA 74 0 0 2F F 3D 3A 41
Octal 331 332 164 0 0 57 17 75 72 101
Binary 11011001 11011010 1110100 0 0 101111 1111 111101 111010 1000001

Color Harmonies of #D9DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA74

Black with #D9DA74

Text Example


Text Example

White with #D9DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA74; }

 p { color: rgb(217,218,116); }

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

background-color css

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

 a { background-color: rgb(217,218,116); }

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

border-color css

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

 span { border-color: rgb(217,218,116); }

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