Html Css Color HEX #D3D775 Goldenrod

📋 copy color: '#D3D775'

red 211 ◦ green 215 ◦ blue 117

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

Shades of Goldenrod #D3D775

Tints of Goldenrod #D3D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

 BLUE value IS 117 (46.09% from 255) = 21.55%

R = 38.86%
G = 39.59%
B = 21.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D3D775 (or 0xD3D775) is known color: Goldenrod. HEX triplet: D3, D7 and 75. RGB value is (211,215,117). Sum of RGB (Red+Green+Blue) = 211+215+117=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D775 is #2C288A. Grayscale: #CBCBCB. Windows color (decimal): -2893963 or 7722963. OLE color: 7722963.

HSL color Cylindrical-coordinate representation of color #D3D775: hue angle of 62.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3D775 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 215 117 -
CMYK 0.02 0 0.46 0.16
HSL 62.45º 0.55% 0.65% -
HSV(B) 62.45º 0.46% 0.84% -
XYZ 54.38 63.73 26.27 -
YUV 202.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 211 215 117 0.02 0 0.46 0.16 62.45 0.55 0.65
Hex D3 D7 75 2 0 2E 10 3E 37 41
Octal 323 327 165 2 0 56 20 76 67 101
Binary 11010011 11010111 1110101 10 0 101110 10000 111110 110111 1000001

Color Harmonies of #D3D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D775

Black with #D3D775

Text Example


Text Example

White with #D3D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D775; }

 p { color: rgb(211,215,117); }

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

background-color css

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

 a { background-color: rgb(211,215,117); }

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

border-color css

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

 span { border-color: rgb(211,215,117); }

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