Html Css Color HEX #D3DA6A Goldenrod

📋 copy color: '#D3DA6A'

red 211 ◦ green 218 ◦ blue 106

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

Shades of Goldenrod #D3DA6A

Tints of Goldenrod #D3DA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 39.44%
G = 40.75%
B = 19.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D3DA6A (or 0xD3DA6A) is known color: Goldenrod. HEX triplet: D3, DA and 6A. RGB value is (211,218,106). Sum of RGB (Red+Green+Blue) = 211+218+106=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DA6A is #2C2595. Grayscale: #CBCBCB. Windows color (decimal): -2893206 or 7002835. OLE color: 7002835.

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

Color convert

RGB 211 218 106 -
CMYK 0.03 0 0.51 0.15
HSL 63.75º 0.6% 0.64% -
HSV(B) 63.75º 0.51% 0.85% -
XYZ 54.54 65.03 23.31 -
YUV 203.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 211 218 106 0.03 0 0.51 0.15 63.75 0.6 0.64
Hex D3 DA 6A 3 0 33 F 40 3C 40
Octal 323 332 152 3 0 63 17 100 74 100
Binary 11010011 11011010 1101010 11 0 110011 1111 1000000 111100 1000000

Color Harmonies of #D3DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA6A

Black with #D3DA6A

Text Example


Text Example

White with #D3DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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