Html Css Color HEX #D3D140 Wattle

📋 copy color: '#D3D140'

red 211 ◦ green 209 ◦ blue 64

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

Shades of Wattle #D3D140

Tints of Wattle #D3D140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 43.6%
G = 43.18%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3D140 (or 0xD3D140) is known color: Wattle. HEX triplet: D3, D1 and 40. RGB value is (211,209,64). Sum of RGB (Red+Green+Blue) = 211+209+64=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D140 is #2C2EBF. Grayscale: #C1C1C1. Windows color (decimal): -2895552 or 4248019. OLE color: 4248019.

HSL color Cylindrical-coordinate representation of color #D3D140: hue angle of 59.18º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3D140 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 209 64 -
CMYK 0 0.01 0.70 0.17
HSL 59.18º 0.63% 0.54% -
HSV(B) 59.18º 0.7% 0.83% -
XYZ 50.59 59.82 13.73 -
YUV 193.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 211 209 64 0 0.01 0.70 0.17 59.18 0.63 0.54
Hex D3 D1 40 0 1 46 11 3B 3F 36
Octal 323 321 100 0 1 106 21 73 77 66
Binary 11010011 11010001 1000000 0 1 1000110 10001 111011 111111 110110

Color Harmonies of #D3D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D140

Black with #D3D140

Text Example


Text Example

White with #D3D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D140; }

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

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

background-color css

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

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

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

border-color css

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

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

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