Html Css Color HEX #D3D66A Goldenrod

📋 copy color: '#D3D66A'

red 211 ◦ green 214 ◦ blue 106

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

Shades of Goldenrod #D3D66A

Tints of Goldenrod #D3D66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 39.74%
G = 40.3%
B = 19.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D3D66A (or 0xD3D66A) is known color: Goldenrod. HEX triplet: D3, D6 and 6A. RGB value is (211,214,106). Sum of RGB (Red+Green+Blue) = 211+214+106=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D66A is #2C2995. Grayscale: #C9C9C9. Windows color (decimal): -2894230 or 7001811. OLE color: 7001811.

HSL color Cylindrical-coordinate representation of color #D3D66A: hue angle of 61.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3D66A is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 214 106 -
CMYK 0.01 0 0.50 0.16
HSL 61.67º 0.57% 0.63% -
HSV(B) 61.67º 0.5% 0.84% -
XYZ 53.51 62.98 22.97 -
YUV 200.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 211 214 106 0.01 0 0.50 0.16 61.67 0.57 0.63
Hex D3 D6 6A 1 0 32 10 3E 39 3F
Octal 323 326 152 1 0 62 20 76 71 77
Binary 11010011 11010110 1101010 1 0 110010 10000 111110 111001 111111

Color Harmonies of #D3D66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D66A

Black with #D3D66A

Text Example


Text Example

White with #D3D66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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