Html Css Color HEX #D3DA5D Goldenrod

📋 copy color: '#D3DA5D'

red 211 ◦ green 218 ◦ blue 93

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

Shades of Goldenrod #D3DA5D

Tints of Goldenrod #D3DA5D

RGB

 RED value IS 211 (82.81% from 255) = 40.42%

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

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 40.42%
G = 41.76%
B = 17.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D3DA5D (or 0xD3DA5D) is known color: Goldenrod. HEX triplet: D3, DA and 5D. RGB value is (211,218,93). Sum of RGB (Red+Green+Blue) = 211+218+93=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DA5D is #2C25A2. Grayscale: #CACACA. Windows color (decimal): -2893219 or 6150867. OLE color: 6150867.

HSL color Cylindrical-coordinate representation of color #D3DA5D: hue angle of 63.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3DA5D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 93 -
CMYK 0.03 0 0.57 0.15
HSL 63.36º 0.63% 0.61% -
HSV(B) 63.36º 0.57% 0.85% -
XYZ 53.91 64.78 20.02 -
YUV 201.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 211 218 93 0.03 0 0.57 0.15 63.36 0.63 0.61
Hex D3 DA 5D 3 0 39 F 3F 3F 3D
Octal 323 332 135 3 0 71 17 77 77 75
Binary 11010011 11011010 1011101 11 0 111001 1111 111111 111111 111101

Color Harmonies of #D3DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA5D

Black with #D3DA5D

Text Example


Text Example

White with #D3DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA5D; }

 p { color: rgb(211,218,93); }

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

background-color css

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

 a { background-color: rgb(211,218,93); }

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

border-color css

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

 span { border-color: rgb(211,218,93); }

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