Html Css Color HEX #D3D53E Wattle

📋 copy color: '#D3D53E'

red 211 ◦ green 213 ◦ blue 62

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

Shades of Wattle #D3D53E

Tints of Wattle #D3D53E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

 BLUE value IS 62 (24.61% from 255) = 12.76%

R = 43.42%
G = 43.83%
B = 12.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D3D53E (or 0xD3D53E) is known color: Wattle. HEX triplet: D3, D5 and 3E. RGB value is (211,213,62). Sum of RGB (Red+Green+Blue) = 211+213+62=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D53E is #2C2AC1. Grayscale: #C3C3C3. Windows color (decimal): -2894530 or 4117971. OLE color: 4117971.

HSL color Cylindrical-coordinate representation of color #D3D53E: hue angle of 60.79º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3D53E is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 213 62 -
CMYK 0.01 0 0.71 0.16
HSL 60.79º 0.64% 0.54% -
HSV(B) 60.79º 0.71% 0.84% -
XYZ 51.53 61.79 13.77 -
YUV 195.19 52.84 139.28 -
System Red Green Blue C M Y K H S L
Decimal 211 213 62 0.01 0 0.71 0.16 60.79 0.64 0.54
Hex D3 D5 3E 1 0 47 10 3D 40 36
Octal 323 325 76 1 0 107 20 75 100 66
Binary 11010011 11010101 111110 1 0 1000111 10000 111101 1000000 110110

Color Harmonies of #D3D53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D53E

Black with #D3D53E

Text Example


Text Example

White with #D3D53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D53E; }

 p { color: rgb(211,213,62); }

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

background-color css

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

 a { background-color: rgb(211,213,62); }

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

border-color css

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

 span { border-color: rgb(211,213,62); }

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