Html Css Color HEX #D3D45E Goldenrod

📋 copy color: '#D3D45E'

red 211 ◦ green 212 ◦ blue 94

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

Shades of Goldenrod #D3D45E

Tints of Goldenrod #D3D45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 40.81%
G = 41.01%
B = 18.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3D45E (or 0xD3D45E) is known color: Goldenrod. HEX triplet: D3, D4 and 5E. RGB value is (211,212,94). Sum of RGB (Red+Green+Blue) = 211+212+94=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D45E is #2C2BA1. Grayscale: #C6C6C6. Windows color (decimal): -2894754 or 6214867. OLE color: 6214867.

HSL color Cylindrical-coordinate representation of color #D3D45E: 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.56%. Process color model (Four color, CMYK) of #D3D45E is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 212 94 -
CMYK 0.00 0 0.56 0.17
HSL 60.51º 0.58% 0.6% -
HSV(B) 60.51º 0.56% 0.83% -
XYZ 52.43 61.74 19.74 -
YUV 198.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 211 212 94 0.00 0 0.56 0.17 60.51 0.58 0.6
Hex D3 D4 5E 0 0 38 11 3D 3A 3C
Octal 323 324 136 0 0 70 21 75 72 74
Binary 11010011 11010100 1011110 0 0 111000 10001 111101 111010 111100

Color Harmonies of #D3D45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D45E

Black with #D3D45E

Text Example


Text Example

White with #D3D45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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