Html Css Color HEX #D3D166 Goldenrod

📋 copy color: '#D3D166'

red 211 ◦ green 209 ◦ blue 102

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

Shades of Goldenrod #D3D166

Tints of Goldenrod #D3D166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.04%

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 40.42%
G = 40.04%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D3D166 (or 0xD3D166) is known color: Goldenrod. HEX triplet: D3, D1 and 66. RGB value is (211,209,102). Sum of RGB (Red+Green+Blue) = 211+209+102=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D166 is #2C2E99. Grayscale: #C5C5C5. Windows color (decimal): -2895514 or 6738387. OLE color: 6738387.

HSL color Cylindrical-coordinate representation of color #D3D166: hue angle of 58.9º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3D166 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 209 102 -
CMYK 0 0.01 0.52 0.17
HSL 58.9º 0.55% 0.61% -
HSV(B) 58.9º 0.52% 0.83% -
XYZ 52.06 60.41 21.49 -
YUV 197.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 211 209 102 0 0.01 0.52 0.17 58.9 0.55 0.61
Hex D3 D1 66 0 1 34 11 3B 37 3D
Octal 323 321 146 0 1 64 21 73 67 75
Binary 11010011 11010001 1100110 0 1 110100 10001 111011 110111 111101

Color Harmonies of #D3D166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D166

Black with #D3D166

Text Example


Text Example

White with #D3D166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D166; }

 p { color: rgb(211,209,102); }

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

background-color css

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

 a { background-color: rgb(211,209,102); }

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

border-color css

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

 span { border-color: rgb(211,209,102); }

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