Html Css Color HEX #D3DA6D Goldenrod

📋 copy color: '#D3DA6D'

red 211 ◦ green 218 ◦ blue 109

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

Shades of Goldenrod #D3DA6D

Tints of Goldenrod #D3DA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 39.22%
G = 40.52%
B = 20.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#D3DA6D (or 0xD3DA6D) is known color: Goldenrod. HEX triplet: D3, DA and 6D. RGB value is (211,218,109). Sum of RGB (Red+Green+Blue) = 211+218+109=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DA6D is #2C2592. Grayscale: #CBCBCB. Windows color (decimal): -2893203 or 7199443. OLE color: 7199443.

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

Color convert

RGB 211 218 109 -
CMYK 0.03 0 0.5 0.15
HSL 63.85º 0.6% 0.64% -
HSV(B) 63.85º 0.5% 0.85% -
XYZ 54.7 65.1 24.15 -
YUV 203.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 211 218 109 0.03 0 0.5 0.15 63.85 0.6 0.64
Hex D3 DA 6D 3 0 32 F 40 3C 40
Octal 323 332 155 3 0 62 17 100 74 100
Binary 11010011 11011010 1101101 11 0 110010 1111 1000000 111100 1000000

Color Harmonies of #D3DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA6D

Black with #D3DA6D

Text Example


Text Example

White with #D3DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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