Html Css Color HEX #D3D45F Goldenrod

📋 copy color: '#D3D45F'

red 211 ◦ green 212 ◦ blue 95

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

Shades of Goldenrod #D3D45F

Tints of Goldenrod #D3D45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 40.73%
G = 40.93%
B = 18.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3D45F (or 0xD3D45F) is known color: Goldenrod. HEX triplet: D3, D4 and 5F. RGB value is (211,212,95). Sum of RGB (Red+Green+Blue) = 211+212+95=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D45F is #2C2BA0. Grayscale: #C6C6C6. Windows color (decimal): -2894753 or 6280403. OLE color: 6280403.

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

Color convert

RGB 211 212 95 -
CMYK 0.00 0 0.55 0.17
HSL 60.51º 0.58% 0.6% -
HSV(B) 60.51º 0.55% 0.83% -
XYZ 52.47 61.76 19.98 -
YUV 198.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 211 212 95 0.00 0 0.55 0.17 60.51 0.58 0.6
Hex D3 D4 5F 0 0 37 11 3D 3A 3C
Octal 323 324 137 0 0 67 21 75 72 74
Binary 11010011 11010100 1011111 0 0 110111 10001 111101 111010 111100

Color Harmonies of #D3D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D45F

Black with #D3D45F

Text Example


Text Example

White with #D3D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D45F; }

 p { color: rgb(211,212,95); }

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

background-color css

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

 a { background-color: rgb(211,212,95); }

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

border-color css

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

 span { border-color: rgb(211,212,95); }

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