Html Css Color HEX #D4DA73 Goldenrod

📋 copy color: '#D4DA73'

red 212 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #D4DA73

Tints of Goldenrod #D4DA73

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

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

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

R = 38.9%
G = 40%
B = 21.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D4DA73 (or 0xD4DA73) is known color: Goldenrod. HEX triplet: D4, DA and 73. RGB value is (212,218,115). Sum of RGB (Red+Green+Blue) = 212+218+115=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA73 is #2B258C. Grayscale: #CCCCCC. Windows color (decimal): -2827661 or 7592660. OLE color: 7592660.

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

Color convert

RGB 212 218 115 -
CMYK 0.03 0 0.47 0.15
HSL 63.5º 0.58% 0.65% -
HSV(B) 63.5º 0.47% 0.85% -
XYZ 55.32 65.38 25.92 -
YUV 204.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 212 218 115 0.03 0 0.47 0.15 63.5 0.58 0.65
Hex D4 DA 73 3 0 2F F 3F 3A 41
Octal 324 332 163 3 0 57 17 77 72 101
Binary 11010100 11011010 1110011 11 0 101111 1111 111111 111010 1000001

Color Harmonies of #D4DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA73

Black with #D4DA73

Text Example


Text Example

White with #D4DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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